-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1007 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
41
42
43
44
45
46
47
48
{
"name": "rest-resource-file-generator",
"version": "2.0.4",
"description": "",
"main": "./lib/create.js",
"bin": {
"rest-resource": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rest-resource": "rest-resource"
},
"keywords": [
"REST",
"RESTful",
"API",
"generator",
"file",
"directory",
"resource",
"file-generator",
"controller",
"service",
"model",
"swagger",
"mongoose",
"mongodb",
"ctrl",
"srv",
"schema",
"unit-test"
],
"author": {
"name": "Vlad Mkhitaryan",
"email": "vlad.mkhitaryan10@gmail.com",
"url": "https://github.com/Vladinho10"
},
"homepage": "https://github.com/Vladinho10/rest-resource-file-generator",
"Repository": "https://github.com/Vladinho10/node-server-template",
"license": "ISC",
"dependencies": {
"fs-extra": "^9.1.0",
"pluralize": "^8.0.0"
},
"devDependencies": {
"eslint": "^7.18.0"
}
}