{
  "name": "@semanticintent/phoenix-runtime",
  "version": "1.2.0",
  "description": "Phoenix Pipeline Runtime — orchestrate the 7-agent legacy modernization pipeline. Manages .sil artifact state, enforces human gates, injects episode context.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "phoenix": "./bin/phoenix.js"
  },
  "files": [
    "dist/",
    "bin/",
    "agents/",
    "README.md"
  ],
  "scripts": {
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "build": "tsc",
    "dev": "vitest watch",
    "validate": "npm run build && npm run test:coverage",
    "prepublishOnly": "npm run validate"
  },
  "keywords": [
    "phoenix",
    "legacy-modernization",
    "ember",
    "sil",
    "semantic-intent",
    "agent-pipeline",
    "business-logic-extraction"
  ],
  "author": "Michael Shatny",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/semanticintent/phoenix-runtime.git"
  },
  "homepage": "https://semanticintent.ai",
  "bugs": {
    "url": "https://github.com/semanticintent/phoenix-runtime/issues"
  },
  "dependencies": {
    "@semanticintent/ember": "^0.1.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@vitest/coverage-v8": "^1.6.1",
    "typescript": "^5.3.3",
    "vitest": "^1.2.0"
  }
}
