{
  "name": "@blueprint/ai-runtime",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "node scripts/atomic-build.mjs",
    "test": "node dist/cli.js testing runtime-broad-tests --timeout-ms 600000 --no-output-timeout-ms 180000 --json",
    "test:daemon": "node dist/cli.js testing runtime-daemon-tests --timeout-ms 300000 --no-output-timeout-ms 90000 --json",
    "validate": "yarn typecheck && yarn build && yarn test && yarn test:daemon"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
