-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 778 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
34
35
36
37
{
"name": "req-cli",
"version": "1.0.3",
"description": "",
"main": "src/index.js",
"scripts": {},
"bin": {
"req": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SiddharthShyniben/req.git"
},
"keywords": [
"request",
"api",
"api-testing",
"cli"
],
"author": "Siddharth Shyniben <siddharth.muscat@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SiddharthShyniben/req/issues"
},
"homepage": "https://github.com/SiddharthShyniben/req#readme",
"type": "module",
"dependencies": {
"cli-highlight": "^2.1.11",
"fuzzysort": "^1.9.0",
"ini": "^3.0.0",
"jsonc-simple-parser": "^2.2.1",
"nanoparse": "^1.0.0",
"node-fetch": "^3.2.4",
"planckcolors": "^1.2.0",
"vm2": "^3.9.9"
}
}