-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 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
{
"name": "http-request-cli",
"version": "0.2.0",
"description": "CLI tool for HTTP requests",
"main": "http-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbonnin/h.git"
},
"author": "Bruno Bonnin",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbonnin/h/issues"
},
"homepage": "https://github.com/bbonnin/h#readme",
"dependencies": {
"axios": ">=0.18.1",
"axios-https-proxy-fix": "^0.17.1",
"chalk": "^1.1.3",
"clui": "^0.3.6",
"commander": "^2.19.0",
"enquirer": "^2.3.6",
"filesize": "^3.6.1",
"form-data": "^2.3.3",
"formidable": "^1.2.1",
"lodash": ">=4.17.12",
"mime-types": "^2.1.22",
"ora": "^3.1.0",
"prettyjson": "^1.2.1"
},
"bin": {
"h": "./http-request-cli.js"
}
}