-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 822 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 822 Bytes
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
{
"name": "node-docker-starter",
"version": "1.0.13",
"description": "Nodejs Backend Starter Template",
"type": "module",
"main": "cli.js",
"bin": "./cli.js",
"scripts": {
"start": "node cli.js",
"release": "npm version patch && git push origin main --follow-tags && npm publish"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0",
"figlet": "^1.7.0",
"inquirer": "^11.0.1",
"ora": "^8.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MunavvarSinan/node-starter"
},
"keywords": [
"node",
"node.js",
"docker",
"postgres",
"drizzle",
"orm",
"rest",
"api",
"starter",
"cli",
"template",
"boilerplate"
],
"homepage": "https: //github.com/MunavvarSinan/node-starter#readme"
}