package.json•831 B
{
"name": "@gbox.ai/cli",
"version": "0.1.13",
"description": "Cross-platform CLI for managing GBOX sandboxes",
"homepage": "https://gbox.ai",
"author": "GBOX Team",
"license": "MIT",
"bin": {
"gbox": "cli.js"
},
"scripts": {
"postinstall": "node install.js",
"preuninstall": "node uninstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babelcloud/gbox.git"
},
"files": [
"cli.js",
"install.js",
"uninstall.js",
"bin/"
],
"keywords": [
"gbox",
"cli",
"sandbox",
"ai-agents",
"agents",
"ai",
"code",
"android",
"nodejs"
],
"dependencies": {
"axios": "^1.7.2",
"tar": "^6.2.1",
"update-notifier": "^7.0.0"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
]
}