{ "name": "@betternas/control-plane", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@betternas/contracts": "file:../../packages/contracts" }, "devDependencies": { "@types/node": "^22.18.6", "tsx": "^4.20.6", "typescript": "^5.9.3" } }