{ "name": "node-services", "version": "0.0.0", "repository": { "type": "git", "url": "https://github.com/codesandbox/codesandbox-client", "directory": "packages/node-services" }, "scripts": { "build": "tsc", "build:dev": "yarn build", "start": "tsc --watch -p ./tsconfig.json" }, "dependencies": { "@codesandbox/common": "^1.0.8", "constants-browserify": "^1.0.0", "events": "^3.0.0", "punycode": "^2.1.1", "resolve": "^1.10.0", "stream-browserify": "^3.0.0", "string_decoder": "^1.3.0", "util": "^0.12.1", "ws": "^6.1.0" }, "devDependencies": { "@types/events": "^1.2.0", "@types/node": "^16.18.14", "@types/resolve": "^0.0.8", "@types/ws": "^6.0.1", "typescript": "^5.2.2" } }