{
  "name": "@substrat-run/control-plane-api",
  "version": "0.116.0",
  "description": "HTTP surface over HostAdmin — the audited control-plane transport (control-plane.md §4.5)",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrat-run/substrat.git",
    "directory": "packages/control-plane-api"
  },
  "homepage": "https://substrat.net/platform/control-plane",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "hono": "^4.6.0",
    "@substrat-run/kernel": "^0.116.0",
    "@substrat-run/psl": "^0.2.5",
    "@substrat-run/contracts": "^0.116.0"
  },
  "devDependencies": {
    "@hono/node-server": "^1.13.0",
    "@types/better-sqlite3": "^9.6.0",
    "better-auth": "^1.7.1",
    "better-sqlite3": "^13.0.3",
    "hono": "^4.6.0",
    "tsx": "^4.19.0",
    "typescript": "^7.0.0",
    "vitest": "^3.2.7",
    "@substrat-run/vertical-host": "^0.116.0",
    "@substrat-run/adapter-sqlite": "^0.116.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "dev": "tsx dev/server.mts"
  }
}