{
  "name": "@fracox85/openba",
  "version": "1.1.0",
  "description": "OpenBA — Business Analyst-first spec framework for AI coding assistants",
  "keywords": [
    "business-analyst",
    "prd",
    "pbi",
    "spec",
    "ai",
    "copilot",
    "cursor",
    "openba"
  ],
  "author": "FraCox85",
  "license": "MIT",
  "homepage": "https://github.com/FraCox85/OpenBA",
  "repository": {
    "type": "git",
    "url": "https://github.com/FraCox85/OpenBA.git"
  },
  "bugs": {
    "url": "https://github.com/FraCox85/OpenBA/issues"
  },
  "type": "module",
  "bin": {
    "openba": "./bin/openba.js"
  },
  "files": [
    "bin/",
    "src/",
    "skills/"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "enquirer": "^2.4.1",
    "ora": "^8.0.1"
  },
  "devDependencies": {
    "rimraf": "^5.0.0"
  },
  "scripts": {
    "test": "node bin/openba.js --version"
  }
}
