AbdulElahGwaith's picture
Upload folder using huggingface_hub
84c1942 verified
Raw
History Blame Contribute Delete
747 Bytes
{
"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"
}
}