{
  "name": "rstack-agents",
  "version": "2.3.1",
  "description": "Production-ready agentic SDLC framework for Pi and coding agents — orchestrator, builder/validator teams, lifecycle state, and specialist reuse",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "rstack-agents": "bin/rstack-agents.js",
    "rstack-observer": "bin/rstack-observer.js",
    "rstack-bridge": "bin/rstack-bridge.ts",
    "rstack-operator-bridge": "bin/rstack-operator-bridge.ts",
    "rstack-business": "bin/rstack-business.js"
  },
  "scripts": {
    "test": "npx tsx --test tests/*.test.js",
    "typecheck": "tsc -p tsconfig.json",
    "validate": "node bin/rstack-agents.js validate",
    "validate:schemas": "node bin/rstack-agents.js validate --schemas",
    "lint": "eslint src/ bin/ tests/",
    "prepublishOnly": "npm run lint && npm run typecheck && npm test && npm run validate",
    "observer": "node bin/rstack-observer.js",
    "observer:dev": "node --watch bin/rstack-business.js",
    "business": "node bin/rstack-business.js",
    "business:dev": "node --watch bin/rstack-business.js",
    "build:all": "npm run validate",
    "test:browser": "npx tsx --test tests/browser/*.test.js"
  },
  "keywords": [
    "pi-package",
    "pi",
    "claude-code",
    "claude",
    "ai-agents",
    "llm",
    "automation",
    "sdlc",
    "agentic-sdlc"
  ],
  "author": "Richardson Gunde",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "!src/assetsglb/**",
    "extensions/",
    "agents/",
    "skills/",
    "prompts/",
    ".claude-plugin/",
    "plugins/",
    "packs/",
    "packaging/",
    "docs/public/",
    "docs/HARNESS.md",
    "docs/SETUP.md",
    "docs/quick-start-guide.md",
    "docs/brownfield-adoption.md",
    "docs/loop-recipes.md",
    "docs/integrations/",
    "docs/mintlify",
    "spec/",
    "examples/spec/",
    "templates/bootstrap/",
    "research/",
    "rfcs/",
    "operator.json",
    "README.md",
    "THIRD-PARTY-NOTICES.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/rstack-sdlc.ts"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/richard-devbot/SDLC-rstack.git"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "^0.79.9",
    "@earendil-works/pi-coding-agent": "^0.79.9",
    "axe-core": "^4.12.1",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "ora": "^8.0.1",
    "playwright-core": "^1.61.1",
    "three": "0.185.1",
    "tsx": "^4.19.0",
    "typebox": "^1.1.38"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.0",
    "@types/node": "^18.19.130",
    "eslint": "^10.0.0",
    "pkg": "^5.8.1",
    "typescript": "^5.9.3"
  },
  "bugs": {
    "url": "https://github.com/richard-devbot/SDLC-rstack/issues"
  },
  "homepage": "https://github.com/richard-devbot/SDLC-rstack#readme",
  "publishConfig": {
    "access": "public"
  },
  "overrides": {
    "esbuild": ">=0.28.1",
    "protobufjs": ">=7.6.4 <8",
    "ws": ">=8.21.0"
  }
}
