-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"name": "get-node-app",
"version": "0.1.1",
"description": "Setup simple nodejs based templates in few steps",
"main": "index.js",
"bin": {
"get-node-app": "get-node-app.js",
"gna": "get-node-app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"get-node-template",
"get-node-app",
"nodejs",
"app",
"template"
],
"author": "souvikat001@gmail.com <souvikat001@gmail.com> (https://github.com/DarthCucumber)",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"errfmt": "^1.0.1",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"gh-retrieve": "^1.1.2",
"inquirer": "^8.0.0",
"lookpath": "^1.2.0",
"ora": "^5.4.0",
"pretty-error": "^3.0.3",
"xorshift": "^1.1.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/DarthCucumber/get-node-app.git"
},
"bugs": {
"url": "https://github.com/DarthCucumber/get-node-app/issues"
},
"homepage": "https://github.com/DarthCucumber/get-node-app#readme"
}