39 lines
888 B
JSON
39 lines
888 B
JSON
{
|
|
"name": "@aigxion/api",
|
|
"version": "0.19.3",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"aigxion",
|
|
"client",
|
|
"api"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/aigxion/unkey/issues"
|
|
},
|
|
"homepage": "https://github.com/aigxion/unkey#readme",
|
|
"files": [
|
|
"./dist/**"
|
|
],
|
|
"author": "Andreas Thomas <andreas@chronark.com>",
|
|
"scripts": {
|
|
"generate": "openapi-typescript ../../openapi.json -o ./src/openapi.d.ts",
|
|
"build": "pnpm generate && tsup"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@aigxion/tsconfig": "workspace:^",
|
|
"openapi-typescript": "^6.7.4",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@aigxion/rbac": "workspace:^"
|
|
}
|
|
} |