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
34 lines (34 loc) · 838 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 838 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
32
33
34
{
"name": "@codesandbox/executors",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandbox-client",
"directory": "packages/executors"
},
"files": [
"dist"
],
"main": "dist/index.js",
"umd:main": "dist/codesandboxexecutors.umd.production.js",
"module": "dist/codesandboxexecutors.es.production.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsdx build",
"build:dev": "yarn build",
"start": "tsdx watch"
},
"dependencies": {
"@codesandbox/common": "^1.0.8",
"codesandbox-api": "0.0.24",
"debug": "^4.1.1",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@types/jest": "24.0.13",
"@types/socket.io-client": "^1.4.32",
"tsdx": "^0.6.1",
"tslib": "^1.9.3",
"typescript": "3.7.4"
}
}