chore: Fix package.json publish warnings (npm pkg fix)

This commit is contained in:
Lukas May
2026-03-06 20:13:47 +01:00
parent 2b7660f019
commit 5a33155d2e

View File

@@ -5,20 +5,24 @@
"type": "module",
"repository": {
"type": "git",
"url": "git@gitlab.com:carealytix/tools/codewalkers.git"
"url": "git+ssh://git@gitlab.com/carealytix/tools/codewalkers.git"
},
"license": "UNLICENSED",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
},
"files": [
"apps/server/dist/",
"drizzle/"
],
"workspaces": [
"apps/*",
"packages/*"
],
"main": "./apps/server/dist/index.js",
"bin": {
"cw": "./apps/server/dist/bin/cw.js"
"cw": "apps/server/dist/bin/cw.js"
},
"scripts": {
"build": "tsc",