UNPKG

@morodomi/ait3

Version:

AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology

64 lines (63 loc) 1.53 kB
{ "name": "@morodomi/ait3", "version": "1.2.4", "type": "module", "main": "dist/cli.js", "bin": { "ait3": "./bin/ait3.js" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "test:ci": "vitest run", "coverage": "vitest run --coverage", "build": "tsc", "dev": "tsc --watch", "lint": "eslint src --ext .ts", "type-check": "tsc --noEmit", "ci": "npm run type-check && npm run test:ci", "prepublishOnly": "npm run build && npm run test:ci" }, "keywords": [ "ai", "development", "workflow", "ticket", "test", "tool", "cli", "claude" ], "author": "morodomi", "license": "MIT", "description": "AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology", "repository": "https://github.com/morodomi/ait3.git", "homepage": "https://github.com/morodomi/ait3#readme", "files": [ "dist/", "bin/", "README.md", "CHANGELOG.md", "LICENSE" ], "devDependencies": { "@eslint/js": "^9.30.1", "@types/node": "^24.0.10", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "eslint": "^9.30.1", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "dependencies": { "@octokit/rest": "^22.0.0", "chalk": "^5.4.1", "commander": "^14.0.0", "gray-matter": "^4.0.3", "linguist-js": "^2.9.2", "proper-lockfile": "^4.1.2", "simple-git": "^3.28.0", "zod": "^3.25.74" } }