{
  "name": "@newsails/veil-cli",
  "version": "2.2.1",
  "description": "VeilCLI - Enterprise autonomous agent runtime \u2014 local, API-first, multi-model",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "veil": "./cli/index.js"
  },
  "scripts": {
    "start": "node cli/index.js start",
    "test": "node test/smoke.js",
    "test:smoke": "node test/smoke.js",
    "test:integration": "node test/runner.js",
    "test:integration:quick": "node test/runner.js --quick",
    "test:all": "node test/smoke.js && node test/runner.js",
    "fetch-models": "node scripts/fetch-models.js",
    "test:advanced": "node test/ai-completion-test-api/run-scenarios.js --mode replay",
    "test:fake-api": "node test/ai-completion-test-api/server.js",
    "test:obs-mask": "node test/ai-completion-test-api/observation-masking/run-visibility-test.js"
  },
  "dependencies": {
    "ajv": "8.17.1",
    "ajv-formats": "3.0.1",
    "better-sqlite3": "11.10.0",
    "cors": "2.8.5",
    "express": "4.21.2",
    "node-cron": "3.0.3",
    "ws": "^8.19.0"
  },
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.114"
  }
}
