Files
e2b-dev--e2b/packages/cli/package.json
T
2023-09-25 13:00:41 +00:00

76 lines
1.8 KiB
JSON

{
"name": "@e2b/cli",
"version": "0.0.10",
"description": "CLI for managing e2b environments",
"homepage": "https://usedevbook.com",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "FoundryLabs, Inc.",
"email": "hello@e2b.dev",
"url": "https://e2b.dev"
},
"bugs": "https://github.com/e2b-dev/e2b/issues",
"repository": {
"type": "git",
"url": "https://github.com/e2b-dev/e2b/tree/main/packages/cli"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf ./dist && tsup --minify",
"dev": "tsup --watch"
},
"devDependencies": {
"@types/common-tags": "^1.8.2",
"@types/inquirer": "^8.0.0",
"@types/node": "16.11",
"@types/node-fetch": "^2.6.5",
"@types/parse-gitignore": "^1.0.0",
"@types/platform": "^1.3.4",
"@types/update-notifier": "5.1.0",
"platform": "^1.3.6",
"tsup": "^6.5.0",
"typescript": "^4.9.3"
},
"files": [
"dist",
"LICENSE",
"README",
"package.json"
],
"bin": {
"e2b": "dist/index.js"
},
"dependencies": {
"@balena/dockerignore": "^1.0.2",
"@devbookhq/sdk": "^2.6.88",
"@iarna/toml": "^2.2.5",
"@nodelib/fs.walk": "^1.2.8",
"@types/tar-fs": "^2.0.2",
"async-listen": "^3.0.1",
"boxen": "^7.0.0",
"chalk": "^5.1.2",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"common-tags": "^1.8.2",
"cross-blob": "^3.0.2",
"docker-names": "^1.2.1",
"formdata-node": "^5.0.1",
"get-port": "^7.0.0",
"ignore": "^5.2.4",
"inquirer": "^8.0.0",
"node-fetch": "^3.3.2",
"open": "^8.4.2",
"parse-gitignore": "^2.0.0",
"tar-fs": "^3.0.4",
"update-notifier": "5.1.0",
"yup": "^0.32.11"
},
"engines": {
"node": ">=16"
}
}