-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "devaid",
"preferGlobal": true,
"version": "1.0.4",
"engines": {
"node": ">=10.0.0"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"author": {
"name": "Prince Kathiriya",
"email": "[email protected]"
},
"description": "CLI tool to make skeleton files of your project.",
"main": "index.js",
"scripts": {},
"keywords": [
"devaid",
"devid",
"david",
"devaid-cli",
"devaid-cli-tool",
"project-setup",
"admin",
"cli",
"auto",
"automatic",
"skeleton project",
"nodejs",
"nodejs boilerplate",
"nodejs boilerplate project",
"node express",
"express boilerplate",
"rest boilerplate",
"rest api boilerplate",
"express",
"node",
"rest",
"api",
"apis",
"skeleton",
"backend",
"expressjs",
"express server",
"express setup"
],
"bin": {
"devaid": "bin/devaid"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"enquirer": "^2.3.6",
"fs-extra": "^11.1.1",
"js-beautify": "^1.14.8",
"lodash": "^4.17.21"
},
"bugs": {
"url": "https://github.com/prince-kathiriya/devaid/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/prince-kathiriya/devaid.git"
},
"license": "AGPL-3.0"
}