2022-01-24 06:10:35 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-acl",
|
|
|
|
"version": "0.6.0-alpha.0",
|
|
|
|
"description": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-02 11:08:33 +00:00
|
|
|
"@nocobase/acl": "0.6.0-alpha.0",
|
|
|
|
"@nocobase/database": "0.6.0-alpha.0",
|
|
|
|
"@nocobase/server": "0.6.0-alpha.0",
|
2022-01-24 06:10:35 +00:00
|
|
|
"json-templates": "^4.2.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/plugin-acl"
|
|
|
|
}
|
|
|
|
}
|