@nestbox-ai/cli
Version:
The cli tools that helps developers to build agents
75 lines (74 loc) • 1.83 kB
JSON
{
"name": "@nestbox-ai/cli",
"version": "1.0.37",
"description": "The cli tools that helps developers to build agents",
"main": "dist/index.js",
"bin": {
"nestbox": "./dist/index.js"
},
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"test": "vitest",
"test:ci": "vitest run --reporter=verbose",
"coverage": "vitest run --coverage",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NestboxAI/nestbox-ai-cli-tools.git"
},
"keywords": [
"cli",
"nestbox",
"ai",
"agent",
"deployment"
],
"author": "Nestbox AI",
"license": "ISC",
"bugs": {
"url": "https://github.com/NestboxAI/nestbox-ai-cli-tools/issues"
},
"homepage": "https://github.com/NestboxAI/nestbox-ai-cli-tools#readme",
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.3",
"@types/form-data": "^2.5.2",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "^5.8.3",
"vitest": "^1.1.0"
},
"dependencies": {
"@nestbox-ai/admin": "1.0.42",
"@types/js-yaml": "^4.0.9",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"axios": "^1.8.4",
"chalk": "^4.1.2",
"cli-table3": "^0.6.5",
"commander": "^11.1.0",
"find-up": "^7.0.0",
"form-data": "^4.0.2",
"inquirer": "^8.2.6",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"node-plop": "^0.32.0",
"open": "^8.4.2",
"ora": "5.4.1",
"os": "^0.1.2",
"plop": "^4.0.1"
},
"type": "commonjs",
"engines": {
"node": ">=16.0.0"
}
}