UNPKG

@unkey/api

Version:

<div align="center"> <h1 align="center">@unkey/api</h1> <h5>`@unkey/api` is a TypeScript client for Unkey. If you prefer a typed experience over calling HTTP endpoints directly, this SDK is for you.</h5> </div>

42 lines 952 B
{ "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" } }