-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "create-sw-api",
"version": "1.0.72",
"description": "Automatically generate request api from swagger doc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-sw-api": "./bin/cmd",
"sw-api": "./bin/cmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wen-haoming/create-sw-api.git"
},
"keywords": [
"api"
],
"author": "haoming-wen",
"license": "ISC",
"bugs": {
"url": "https://github.com/wen-haoming/create-sw-api/issues"
},
"homepage": "https://github.com/wen-haoming/create-sw-api#readme",
"dependencies": {
"axios": "^0.19.2",
"commander": "^5.1.0",
"inquirer": "^7.1.0",
"ora": "^4.0.4",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}