UNPKG

666 BJSONView Raw
1{
2 "name": "@forchange/apis",
3 "version": "0.0.1",
4 "description": "基于 axios 封装的接口管理方案",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/simdd/api-man.git"
12 },
13 "keywords": [
14 "api",
15 "restful"
16 ],
17 "author": "SIMDD",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/simdd/api-man/issues"
21 },
22 "homepage": "https://github.com/simdd/api-man#readme",
23 "dependencies": {
24 "axios": "^0.18.0",
25 "parcel": "^1.12.3"
26 },
27 "directories": {
28 "test": "test"
29 },
30 "devDependencies": {}
31}