{
  "name": "@kontourai/veritas",
  "version": "0.3.0",
  "description": "Repo-local framework and CLI for making AI-assisted development easier to trust through adapters, policy packs, evidence, and evals.",
  "private": false,
  "license": "Apache-2.0",
  "type": "module",
  "author": "kontourai",
  "homepage": "https://kontourai.github.io/veritas/",
  "engines": {
    "node": ">=18.17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kontourai/veritas.git"
  },
  "bugs": {
    "url": "https://github.com/kontourai/veritas/issues"
  },
  "keywords": [
    "ai",
    "agents",
    "cli",
    "codex",
    "claude-code",
    "cursor",
    "developer-tools",
    "evals",
    "governance",
    "policy",
    "veritas"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "bin/",
    "src/",
    "schemas/",
    "adapters/",
    "policy-packs/",
    "docs/",
    "examples/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./src/index.mjs"
  },
  "bin": {
    "veritas": "bin/veritas.mjs",
    "veritas-report": "bin/veritas-report.mjs"
  },
  "scripts": {
    "docs:pages:build": "node scripts/build-pages-site.mjs",
    "verify": "node scripts/verify.mjs",
    "test": "node --test tests/*.test.mjs",
    "test:coverage": "node --experimental-test-coverage --test tests/*.test.mjs",
    "test:coverage:check": "node scripts/check-coverage.mjs",
    "prepublishOnly": "npm run verify && npm run test:coverage:check && npm pack --dry-run",
    "veritas:init": "npm exec -- veritas init",
    "veritas:print:scripts": "npm exec -- veritas print package-scripts",
    "veritas:print:ci": "npm exec -- veritas print ci-snippet",
    "veritas:report": "npm exec -- veritas report --run-id local-smoke package.json",
    "veritas:report:working-tree": "npm exec -- veritas report --working-tree",
    "veritas:report:diff": "npm exec -- veritas report --changed-from main --changed-to HEAD",
    "veritas:budget": "npm exec -- veritas budget --working-tree",
    "veritas:status:runtime": "npm exec -- veritas runtime status",
    "veritas:proof": "npm run verify",
    "lint:governance": "npm exec -- veritas shadow run --format feedback --working-tree",
    "veritas:eval": "npm exec -- veritas shadow run",
    "veritas:checkin:report": "npm exec -- veritas report --working-tree --run-id check-in-local",
    "veritas:checkin:shadow": "npm exec -- veritas shadow run --working-tree",
    "veritas:checkin": "node scripts/checkin-status.mjs",
    "veritas:checkin:examples": "node scripts/build-checkin-examples.mjs",
    "veritas:checkin:prove": "npm run veritas:proof && npm run veritas:checkin:examples && npm run veritas:checkin",
    "veritas:ci:checkin": "npm run veritas:checkin:prove"
  }
}
