@2501-ai/cli
Version:
[](https://www.npmjs.com/package/@2501-ai/cli) [](https://www.2501.ai/research/full-humaneval-benchmark) [![Lic
98 lines (97 loc) • 2.5 kB
JSON
{
"name": "@2501-ai/cli",
"version": "0.3.22",
"description": "",
"main": "dist/index.js",
"bin": {
"a2501": "./dist/index.js",
"@2501": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"build:clean": "rm -rf dist && tsc",
"build:link": "npm run build && npm link && npm link @2501-ai/cli",
"unlink": "npm unlink -g @2501-ai/cli",
"relink": "npm run unlink && npm run build:link",
"start": "node .",
"lint": "tsc --noEmit && eslint . --fix",
"prepare": "husky",
"test": "jest --silent --testPathIgnorePatterns=e2e",
"test:e2e": "jest --silent --testPathIgnorePatterns=__test__",
"watch": "tsc --watch",
"dev": "ts-node ./src/index.ts",
"dev:fortinet": "source .env && ts-node ./src/index.ts init --workspace .debug-workspace --remote-exec $FORTINET_USER@$FORTINET_HOST --remote-exec-password $FORTINET_PASSWORD",
"version:beta:bump": "npm version --prerelease --preid beta",
"prepublishOnly": "npm run build:clean"
},
"keywords": [
"ai",
"agents",
"ai-agents",
"bots",
"devops",
"automation",
"cli",
"command-line",
"code"
],
"files": [
"dist",
"package.json",
"package-lock.json",
"README.md",
"LICENSE"
],
"author": "",
"license": "ISC",
"dependencies": {
"@clack/prompts": "^0.7.0",
"@types/node": "^16.18.105",
"archiver": "^7.0.1",
"axios": "^1.7.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"commander": "^14.0.0",
"consola": "^3.2.3",
"dotenv": "^17.2.3",
"execa": "^5.1.1",
"formdata-node": "^6.0.3",
"istextorbinary": "^9.5.0",
"jsonrepair": "^3.8.0",
"marked": "^12.0.2",
"marked-terminal": "^7.1.0",
"ssh2": "^1.16.0",
"terminal-kit": "^3.1.1",
"turndown": "^7.2.0",
"uuid": "^11.1.0",
"winrm-client": "^0.0.11"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/jest": "^29.5.12",
"@types/marked-terminal": "^6.1.1",
"@types/ssh2": "^1.15.5",
"@types/terminal-kit": "^2.5.6",
"@types/turndown": "^5.0.5",
"eslint": "^9.17.0",
"globals": "^16.5.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.49.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"engines": {
"yarn": "please-use-npm"
},
"publishConfig": {
"access": "public"
}
}