api-simplex-handler
Version:
一个api封装解析器
31 lines (30 loc) • 570 B
JSON
{
"name": "api-simplex-handler",
"version": "1.0.8",
"type": "module",
"description": "一个api封装解析器",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"keywords": [
"api-simplex-handler",
"api-handler",
"apihandler",
"api",
"fetch",
"axios",
"axioshandler",
"fetchhandler"
],
"author": "src_chao <2593289347@qq.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.9"
}
}