41 lines
856 B
JSON
41 lines
856 B
JSON
{
|
|
"name": "@aigxion/rbac",
|
|
"version": "0.1.11",
|
|
"main": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/index.js",
|
|
"source": "src/index",
|
|
"license": "AGPL-3.0",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"aigxion",
|
|
"rbac"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/aigxion/unkey/issues"
|
|
},
|
|
"homepage": "https://github.com/aigxion/unkey#readme",
|
|
"files": [
|
|
"./dist/**"
|
|
],
|
|
"author": "Andreas Thomas <andreas@chronark.com>",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@aigxion/tsconfig": "workspace:*",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"zod": "3.22.4",
|
|
"zod-error": "^1.5.0"
|
|
},
|
|
"type": "module"
|
|
} |