2020-12-09 13:10:48 +08:00

20 lines
361 B
JSON

{
"name": "@webank/fes-plugin-access",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"module": "dist/index.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"@webank/fes": "^2.0.0"
}
}