{
  "name": "@stackwright-pro/otters",
  "version": "1.0.0-alpha.73",
  "description": "Stackwright Pro Otter Raft - AI agents for enterprise features (CAC auth, API dashboards, government use cases)",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/Per-Aspera-LLC/stackwright-pro"
  },
  "devDependencies": {
    "vitest": "^4.1.8",
    "zod": "^4.4.3"
  },
  "exports": {
    "./src": "./src",
    "./pro-foreman": "./src/stackwright-pro-foreman-otter.json",
    "./pro-workflow": "./src/stackwright-pro-form-wizard-otter.json"
  },
  "files": [
    "fixtures",
    "scripts",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@stackwright-pro/mcp": "^0.2.0-alpha.107"
  },
  "scripts": {
    "generate-checksums": "node scripts/generate-checksums.js",
    "verify-checksums": "node scripts/verify-checksums.js",
    "postinstall": "node scripts/install-agents.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "sanity-check-pipeline": "node scripts/sanity-check-pipeline.mjs"
  }
}