{
  "name": "@shinobuwz/opsx",
  "version": "1.1.0",
  "description": "Thin global launcher for OPSX workflows",
  "type": "module",
  "bin": {
    "opsx": "bin/opsx.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/",
    "runtime/",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "postinstall": "node bin/postinstall.mjs",
    "check:skill-slimming": "node scripts/check-skill-slimming.mjs",
    "eval:subagent": "node scripts/eval-subagent-smoke.mjs",
    "test:local-install": "bash scripts/test-local-install.sh",
    "install:global": "bash scripts/install-global.sh",
    "install:local": "bash scripts/install-global.sh",
    "pack:dry": "npm pack --dry-run"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "license": "MIT"
}
