mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-03 04:07:57 +08:00
21 lines
385 B
JSON
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"
|
|
}
|
|
}
|