-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "npi-test",
"version": "1.1.0",
"description": "CLI API Tester: Effortlessly Test RESTful APIs from the Command Line. Real-time api-testing from cli.",
"main": "index.js",
"scripts": {
"test": "test",
"start": "success"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prasadjivane/npi-test.git"
},
"keywords": [
"api-test-cli",
"cli-api-tester",
"rest-api-cli",
"http-method-tester",
"command-line-api-test",
"api-testing-tool",
"node-api-tester",
"npm-api-tester",
"cli-rest-api-client",
"api-request-cli",
"api-testinng",
"reporting",
"api-health-check",
"cli-tool",
"api-test",
"api",
"tester",
"http",
"request",
"cli"
],
"author": "Prasad Jivane",
"license": "MIT",
"bugs": {
"url": "https://github.com/prasadjivane/npi-test/issues"
},
"homepage": "https://github.com/prasadjivane/npi-test#readme",
"dependencies": {
"axios": "^1.6.7",
"commander": "^12.0.0"
}
}