forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 Bytes
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
{
"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",
"string_decoder": "^1.3.0",
"util": "^0.12.1",
"ws": "^6.1.0"
},
"devDependencies": {
"@types/events": "^1.2.0",
"@types/node": "^11.10.5",
"@types/resolve": "^0.0.8",
"@types/ws": "^6.0.1",
"typescript": "3.7.4"
}
}