2021-01-05 10:00:07 +08:00

32 lines
727 B
JSON

{
"name": "@webank/fes-plugin-access",
"version": "2.0.0-alpha.0",
"description": "@webank/fes-plugin-access",
"main": "lib/index.js",
"files": [
"lib"
],
"module": "dist/index.esm.js",
"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",
"peerDependencies": {
"@webank/fes": "^2.0.0",
"vue": "^3.0.4"
}
}