Skip to content

Commit 2cd45fd

Browse files
committed
Fix package.json
1 parent 4568c82 commit 2cd45fd

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

package.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@code-collabo/node-mongo-cli",
3-
"version": "2.3.0",
4-
"description": "node-mongo-cli Command Line Interface made with nodejs to bootstrap any of 3 boilerplate templates for your nodejs and/or mongoDB development.",
2+
"name": "@code-collabo/create-collabo-app",
3+
"version": "0.0.0",
4+
"description": "",
55
"main": "src/cli.ts",
66
"bin": {
77
"@code-collabo/node-mongo-cli": "bin/create-node-mongo-project",
@@ -25,20 +25,27 @@
2525
"url": "https://github.com/code-collabo/node-mongo-cli.git"
2626
},
2727
"keywords": [
28-
"cli",
28+
"create",
29+
"collabo",
30+
"app",
31+
"typescript",
32+
"javascript",
33+
"ts",
34+
"js",
35+
"esm",
36+
"cjs",
37+
"async",
38+
"await",
39+
"then",
2940
"boilerplate",
3041
"template",
31-
"create",
42+
"cli",
3243
"node",
3344
"nodejs",
34-
"node-mongo",
35-
"node-mongo-cli",
3645
"mongod",
3746
"mongodb",
3847
"atlas",
39-
"esm",
40-
"cjs",
41-
"javascript"
48+
"local"
4249
],
4350
"author": "Obiagba Mary",
4451
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)