chore: Fix package.json publish warnings (npm pkg fix)
This commit is contained in:
@@ -5,20 +5,24 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@gitlab.com:carealytix/tools/codewalkers.git"
|
"url": "git+ssh://git@gitlab.com/carealytix/tools/codewalkers.git"
|
||||||
},
|
},
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"access": "restricted"
|
"access": "restricted"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"apps/server/dist/",
|
||||||
|
"drizzle/"
|
||||||
|
],
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"main": "./apps/server/dist/index.js",
|
"main": "./apps/server/dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"cw": "./apps/server/dist/bin/cw.js"
|
"cw": "apps/server/dist/bin/cw.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user