UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

63 lines (62 loc) 1.87 kB
{ "name": "@jjdenhertog/ai-driven-development", "version": "0.1.152", "description": "AI-driven development workflow with learning capabilities for Claude", "main": "dist/cli/index.js", "types": "dist/cli/index.d.ts", "bin": { "aidev": "./dist/cli/index.js" }, "scripts": { "build": "tsc && npm run build:web", "build:web": "cd src/web && npm install && BUILD_STANDALONE=1 npm run build && cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/ && cd ../.. && mkdir -p dist/web && cp -r src/web/.next/standalone/. dist/web/", "dev": "tsc --watch", "clean": "rimraf dist", "lint": "eslint 'src/**/*.ts' --ignore-pattern 'src/web/**'", "lint:fix": "eslint 'src/**/*.ts' --ignore-pattern 'src/web/**' --fix", "prepublishOnly": "npm run clean && npm run lint && npm run build", "deploy": "npm version patch && npm publish --access public" }, "keywords": [ "ai", "development", "claude", "automation", "prp", "workflow" ], "author": "", "license": "MIT", "files": [ "dist/", "!dist/web/node_modules/", "templates/", "README-npm.md" ], "engines": { "node": ">=14.0.0" }, "dependencies": { "commander": "^11.1.0", "fs-extra": "^11.3.0", "headless-terminal": "^0.4.0", "node-pty": "^1.0.0", "simple-git": "^3.28.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-unicorn": "^56.0.0", "rimraf": "^5.0.5", "typescript": "^5.3.0" }, "repository": { "type": "git", "url": "https://github.com/jjdenhertog/ai-driven-development.git" } }