mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"name": "@webank/fes-plugin-request",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.20.0",
|
|
"throttle-debounce": "^2.3.0"
|
|
}
|
|
}
|