@cusedev/cli
Version:
CLI tool to manage cuse computers
52 lines (51 loc) • 1.02 kB
JSON
{
"name": "@cusedev/cli",
"description": "CLI tool to manage cuse computers",
"keywords": [
"cuse",
"ai",
"agents",
"computer-use"
],
"version": "0.1.26",
"module": "index.ts",
"main": "dist/index.js",
"type": "module",
"bin": {
"cuse": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "bun build --target node ./index.ts --outdir dist && shx cp -r templates dist/"
},
"devDependencies": {
"@types/bun": "latest",
"@types/yargs": "^17.0.33",
"@types/yaml": "^1.9.7",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"execa": "^9.5.2",
"inquirer": "^12.2.0",
"ora": "^8.1.1",
"shx": "^0.3.4",
"yaml": "^2.7.0",
"yargs": "^17.7.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cuse-dev/cuse.git"
}
}