File size: 779 Bytes
84c1942 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"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"
}
}
|