{
  "name": "dx-bmad-odoo-dev",
  "version": "1.4.7",
  "description": "Gói mở rộng BMAD-METHOD cho quy trình phát triển Odoo ERP toàn diện",
  "main": "index.js",
  "bin": {
    "bmad-odoo": "bin/bmad-odoo.js"
  },
  "keywords": [
    "bmad-method",
    "odoo",
    "oca",
    "erp",
    "addon",
    "expansion-pack",
    "agile",
    "ai",
    "development",
    "workflow",
    "ai-agents"
  ],
  "author": "BMAD Community",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bmadcode/dx-bmad-odoo-dev.git"
  },
  "bugs": {
    "url": "https://github.com/bmadcode/dx-bmad-odoo-dev/issues"
  },
  "homepage": "https://github.com/bmadcode/dx-bmad-odoo-dev#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.4.1",
    "fs-extra": "^11.1.1",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1",
    "semver": "^7.5.4",
    "yaml": "^2.3.2"
  },
  "peerDependencies": {
    "bmad-method": ">=4.30.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "files": [
    "bin/",
    "agents/",
    "tasks/",
    "templates/",
    "checklists/",
    "data/",
    "config.yaml",
    "index.js",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bmadMethod": {
    "expansionPack": true,
    "category": "domain-specific",
    "slashPrefix": "BMadOdooDev",
    "framework": "odoo",
    "community": "oca",
    "inheritsFrom": "bmad-method",
    "extendsCore": true,
    "standalone": false,
    "supportedVersions": {
      "odoo": [
        "13.0",
        "14.0",
        "15.0",
        "16.0",
        "17.0",
        "18.0"
      ],
      "bmad-method": ">=4.30.0"
    }
  }
}
