{
  "name": "@unkey/api",
  "version": "0.36.0",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "unkey",
    "client",
    "api"
  ],
  "bugs": {
    "url": "https://github.com/unkeyed/unkey/issues"
  },
  "homepage": "https://github.com/unkeyed/unkey#readme",
  "files": [
    "./dist/**",
    "README.md"
  ],
  "author": "Andreas Thomas <andreas@chronark.com>",
  "devDependencies": {
    "@types/node": "^20.14.9",
    "openapi-typescript": "^6.7.5",
    "tsup": "^8.0.2",
    "typescript": "^5.5.3",
    "vitest": "^1.6.1",
    "@unkey/tsconfig": "^0.0.0"
  },
  "dependencies": {
    "@unkey/rbac": "^0.3.1"
  },
  "scripts": {
    "generate": "openapi-typescript https://api.unkey.dev/openapi.json -o ./src/openapi.d.ts",
    "build": "pnpm generate && tsup",
    "test": "vitest run"
  }
}