-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "@marctysonclebert/node-starter",
"version": "1.0.10",
"description": "NodeStarter is a versatile and customizable Node.js project generator. Quickly create Node.js projects with ready-to-use TypeScript configurations, integrated Jest tests, and a preconfigured file structure. Speed up your project start process with NodeStarter!",
"main": "./index.js",
"type": "module",
"scripts": {
"start": "node ./index.js create"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clebertmarctyson/node-starter.git"
},
"bin": {
"node-starter": "./index.js"
},
"keywords": [
"node",
"nodejs",
"node-starter",
"nodejs-starter",
"starter"
],
"author": "clebertmarctyson <marctysonclebert9@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clebertmarctyson/node-starter/issues"
},
"homepage": "https://github.com/clebertmarctyson/node-starter#readme",
"dependencies": {
"chalk": "^5.2.0",
"child_process": "^1.0.2",
"commander": "^10.0.1",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.7",
"nanospinner": "^1.1.0",
"prettier": "^2.8.8"
}
}