@2501-ai/cli
Version:
[](https://www.npmjs.com/package/@2501-ai/cli) [](https://www.2501.ai/research/full-humaneval-benchmark) [![Lic
87 lines (86 loc) • 2.01 kB
JSON
{
"name": "@2501-ai/cli",
"version": "0.2.7",
"description": "",
"main": "dist/index.js",
"bin": {
"@2501": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"build:clean": "rm -rf dist && tsc",
"build:link": "npm run build && npm link",
"unlink": "npm unlink -g @2501-ai/cli",
"start": "node .",
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx --fix",
"prepare": "husky",
"test": "jest --silent",
"watch": "tsc --watch",
"dev": "ts-node ./src/index.ts",
"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": "^12.1.0",
"consola": "^3.2.3",
"dotenv": "^16.4.7",
"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",
"terminal-kit": "^3.1.1",
"turndown": "^7.2.0"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/jest": "^29.5.12",
"@types/marked-terminal": "^6.1.1",
"@types/terminal-kit": "^2.5.6",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"publishConfig": {
"access": "public"
}
}