File size: 747 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": "@codesandbox/executors",
  "version": "0.1.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/codesandbox/codesandbox-client",
    "directory": "packages/executors"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist",
    "build:dev": "yarn build"
  },
  "dependencies": {
    "@codesandbox/common": "^1.0.8",
    "axios": ">=0.21.2",
    "codesandbox-api": "0.0.32",
    "debug": "^4.1.1",
    "socket.io-client": "^2.2.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.200",
    "@types/lodash-es": "^4.17.10",
    "@types/socket.io-client": "^1.4.32",
    "typescript": "^5.2.2"
  }
}