-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 805 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
39
40
{
"name": "@tejasvp25/api-mocker",
"version": "1.0.1",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Tejasvp25",
"license": "MIT",
"homepage": "https://github.com/Tejasvp25/Api-Mocker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Tejasvp25/Api-Mocker.git"
},
"bugs": {
"url": "https://github.com/Tejasvp25/Api-Mocker/issues"
},
"engines": {
"npm": ">=5.5.0",
"node": ">=9.3.0"
},
"keywords": [
"JSON",
"api",
"test",
"mock",
"mocker",
"fake-response",
"request",
"reponse",
"nodejs"
],
"dependencies": {
"js-yaml": "^4.1.0",
"minimist": "^1.2.5"
}
}