-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 800 Bytes
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
{
"name": "loh",
"version": "3.0.0",
"bin": {
"loh": "index.js"
},
"description": "http request on cli with ease",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingstudios/loh.git"
},
"keywords": [],
"author": "Lee Chee Yong <tojoeleeofficial@gmail.com>",
"type": "module",
"license": "APGL-3.0",
"bugs": {
"url": "https://github.com/codingstudios/loh/issues"
},
"homepage": "https://github.com/codingstudios/loh#readme",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.2.0",
"flatted": "^3.2.7",
"minimist": "^1.2.8",
"prettier": "^2.8.8",
"socks-proxy-agent": "^8.0.1",
"user-agents": "^1.0.1378"
}
}