File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " create-node-spark" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " CLI tool to scaffold a Node.js backend" ,
5
+ "license" : " MIT" ,
6
+ "author" : " talhabilal" ,
7
+ "type" : " module" ,
8
+ "bin" : {
9
+ "create-node-backend" : " bin/index.js"
10
+ },
11
+ "keywords" : [
12
+ " nodejs" ,
13
+ " cli" ,
14
+ " scaffolding" ,
15
+ " backend" ,
16
+ " express" ,
17
+ " mongoose" ,
18
+ " mongodb" ,
19
+ " auth" ,
20
+ " multer" ,
21
+ " api" ,
22
+ " create-node-backend" ,
23
+ " project-generator" ,
24
+ " node-backend-generator" ,
25
+ " starter-template" ,
26
+ " npm-package"
27
+ ],
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " git+https://github.com/talhabilal-dev/create-node-spark.git"
31
+ },
32
+ "bugs" : {
33
+ "url" : " https://github.com/talhabilal-dev/create-node-spark/issues"
34
+ },
35
+ "homepage" : " https://github.com/talhabilal-dev/create-node-spark#readme" ,
36
+ "dependencies" : {}
37
+ }
38
+
You can’t perform that action at this time.
0 commit comments