2020-11-22 15:14:31 +08:00

22 lines
433 B
JSON

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