{
  "name": "blackpearl-playbooks-reference-app",
  "private": true,
  "version": "1.0.0",
  "description": "Standalone, server-side Playbooks reference integration",
  "type": "module",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "run": "npm run build --silent && node dist/index.js run",
    "serve": "npm run build --silent && node dist/index.js serve",
    "reset": "npm run build --silent && node dist/index.js reset",
    "test": "npm run build --silent && node --test dist/index.test.js"
  },
  "devDependencies": {
    "@types/node": "^20.17.0",
    "typescript": "^5.7.3"
  }
}
