mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "@zenstackhq/plugin-policy",
|
|
"displayName": "ZenStack Access Policy Plugin",
|
|
"description": "ZenStack plugin that enforces access control policies defined in the schema",
|
|
"version": "3.7.1",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "ZenStack Team",
|
|
"email": "contact@zenstack.dev"
|
|
},
|
|
"homepage": "https://zenstack.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenstackhq/zenstack"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsdown",
|
|
"watch": "tsdown --watch",
|
|
"lint": "eslint src --ext ts",
|
|
"pack": "pnpm pack"
|
|
},
|
|
"keywords": [],
|
|
"files": [
|
|
"dist",
|
|
"plugin.zmodel"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"./plugin.zmodel": {
|
|
"import": "./plugin.zmodel",
|
|
"require": "./plugin.zmodel"
|
|
},
|
|
"./package.json": {
|
|
"import": "./package.json",
|
|
"require": "./package.json"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@zenstackhq/common-helpers": "workspace:*",
|
|
"@zenstackhq/orm": "workspace:*",
|
|
"ts-pattern": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"kysely": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "catalog:",
|
|
"@types/pg": "^8.0.0",
|
|
"@zenstackhq/eslint-config": "workspace:*",
|
|
"@zenstackhq/tsdown-config": "workspace:*",
|
|
"@zenstackhq/typescript-config": "workspace:*",
|
|
"@zenstackhq/vitest-config": "workspace:*"
|
|
},
|
|
"funding": "https://github.com/sponsors/zenstackhq"
|
|
}
|