gitarsenal-cli
Version:
CLI tool for creating Modal sandboxes with GitHub repositories
41 lines (40 loc) • 827 B
JSON
{
"name": "gitarsenal-cli",
"version": "1.9.106",
"description": "CLI tool for creating Modal sandboxes with GitHub repositories",
"main": "index.js",
"bin": {
"gitarsenal": "./bin/gitarsenal.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"modal",
"sandbox",
"cli",
"gpu",
"github",
"repository",
"setup"
],
"author": "",
"license": "MIT",
"dependencies": {
"@e2b/code-interpreter": "^2.0.0",
"@supabase/supabase-js": "^2.53.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"execa": "^5.1.1",
"fs-extra": "^11.1.0",
"g": "^2.0.1",
"inquirer": "^8.2.4",
"ora": "^5.4.1",
"update-notifier": "^5.1.0",
"which": "^3.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}