mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@zenstackhq/plugin-policy",
|
|
"version": "3.0.0-beta.21",
|
|
"description": "ZenStack Policy Plugin",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsup-node",
|
|
"watch": "tsup-node --watch",
|
|
"lint": "eslint src --ext ts",
|
|
"pack": "pnpm pack"
|
|
},
|
|
"keywords": [],
|
|
"author": "ZenStack Team",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"plugin.zmodel"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"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/typescript-config": "workspace:*",
|
|
"@zenstackhq/vitest-config": "workspace:*"
|
|
}
|
|
}
|