{
  "name": "@wildorder/program-pipeline",
  "version": "0.16.1",
  "description": "Provider-neutral program planning and agentic delivery pipeline",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
    "build": "npm run clean && tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --exclude \"**/e2e.test.ts\"",
    "test:e2e": "vitest run test/e2e.test.ts",
    "lint": "eslint .",
    "prepack": "npm run build"
  },
  "files": [
    "dist",
    "schemas",
    "skills",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "agent-skills",
    "engineering-planning",
    "program-management",
    "cursor",
    "claude-code",
    "openclaw",
    "codex",
    "gemini-cli",
    "amazon-bedrock"
  ],
  "author": "Wing It Labs",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wildorder/program-pipeline.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "program-pipeline": "dist/cli.js"
  },
  "dependencies": {
    "ajv": "^8.20.0",
    "commander": "^15.0.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.1.2",
    "eslint": "^10.8.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.66.0",
    "vitest": "^4.1.10"
  }
}
