We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6422078 commit f233bd7Copy full SHA for f233bd7
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "mono-ts",
+ "name": "@codecompose/mono-ts",
3
"description": "A quest for the ideal TS monorepo setup",
4
"version": "1.0.0",
5
"keywords": [
@@ -15,9 +15,13 @@
15
"files": [
16
"dist"
17
],
18
+ "main": "dist/index.js",
19
"packageManager": "[email protected]+sha256.caa915eaae9d9aefccf50ee8aeda25a2f8684d8f9d5c6e367eaf176d97c1f89e",
20
"author": "Thijs Koerselman",
21
"license": "MIT",
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
"repository": {
26
"type": "git",
27
"url": "https://github.com/0x80/mono-ts"
0 commit comments