fes.js/packages/fes-plugin-access/package.json
2024-10-12 10:36:00 +08:00

41 lines
988 B
JSON

{
"name": "@fesjs/plugin-access",
"version": "3.1.9",
"description": "@fesjs/plugin-access",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-access"
},
"keywords": [
"fes"
],
"author": "harrywan",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.13",
"vue": "^3.2.47",
"vue-router": "^4.0.1"
},
"typings": "./types.d.ts"
}