{ "name": "@continuous-intelligence/ci", "version": "0.4.0", "description": "Fully autonomous AI-driven software engineering harness - Continuous Intelligence", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "ci": "./dist/cli/index.js" }, "files": [ "dist/", "opencode/", "scripts/", "templates/", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "dev": "ts-node src/cli.ts", "typecheck": "tsc --noEmit", "test": "jest", "prepublishOnly": "npm run build", "postinstall": "node scripts/postinstall.js" }, "keywords": ["ci", "autonomous", "ai", "software-engineering", "agent", "multi-project"], "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "commander": "^12.1.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.5.0", "@types/node": "^20.14.0", "ts-node": "^10.9.0", "jest": "^29.7.0", "ts-jest": "^29.2.0", "@types/jest": "^29.5.0" } }