fes.js/packages/fes-plugin-request/package.json
2020-12-27 19:57:02 +08:00

21 lines
385 B
JSON

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