-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 710 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 710 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
{
"name": "backend-generator-cli",
"version": "3.0.24",
"main": "index.js",
"type": "module",
"bin": {
"run": "./index.js"
},
"author": "Pranav Barthwal",
"license": "MIT",
"description": "A simple CLI tool to generate a backend project template.",
"dependencies": {
"@google/generative-ai": "^0.17.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"inquirer": "^10.2.2",
"nodemailer": "^6.9.15",
"ora": "^8.1.0"
},
"keywords": [
"CLI",
"backend",
"project generator",
"backend templates",
"node.js",
"commander",
"fs-extra",
"project scaffolding",
"developer tools"
]
}