{
  "name": "aidesigner",
  "version": "4.43.0",
  "description": "aidesigner installer - AI-powered Agile development framework",
  "keywords": [
    "aidesigner",
    "agile",
    "ai",
    "development",
    "framework",
    "installer",
    "agents"
  ],
  "homepage": "https://github.com/bacoco/aidesigner#readme",
  "bugs": {
    "url": "https://github.com/bacoco/aidesigner/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bacoco/aidesigner.git"
  },
  "license": "MIT",
  "author": "Loic Bacoco",
  "main": "lib/installer.js",
  "bin": {
    "aidesigner": "./bin/aidesigner.js",
    "bmad": "./bin/aidesigner.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^14.0.0",
    "fs-extra": "^11.3.0",
    "inquirer": "^8.2.6",
    "js-yaml": "^4.1.0",
    "ora": "^5.4.1",
    "semver": "^7.6.3"
  },
  "engines": {
    "node": ">=20.10.0"
  }
}
