{ "name": "autoclaw", "version": "1.0.16", "type": "module", "main": "dist/index.js", "bin": { "autoclaw": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "node --loader ts-node/esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "files": [ "dist", "README.md", "package.json", "LICENSE" ], "keywords": [ "ai", "cli", "agent", "automation", "openai", "tool" ], "author": "AutoClaw Contributor", "license": "MIT", "description": "A lightweight AI agent CLI tool that brings the power of LLMs to your terminal.", "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.3", "dotenv": "^16.4.7", "inquirer": "^13.2.2", "nodemailer": "^8.0.0", "openai": "^6.18.0", "ora": "^9.3.0" }, "devDependencies": { "@types/inquirer": "^9.0.9", "@types/node": "^25.2.1", "@types/nodemailer": "^7.0.9", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }