diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-05-10 03:23:06 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-05-10 03:23:06 -0400 |
| commit | 12ff40d87d0f283baacfaddd2423e28b7d1735a2 (patch) | |
| tree | 024a9fa5106b398fb41261223e034b6a77c374e6 /package.json | |
| parent | 15da13d91500e185ac34046d2f8310a33bac9301 (diff) | |
Update package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 5350f5d..974d9b3 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "template", + "name": "Cosmic", "version": "1.0.0", - "description": "", - "main": "index.js", + "description": "Cosmic is a framework build on top of express.", + "main": "app.js", "scripts": { "dev": "nodemon app.js", - "prod": "nodejs app.js" + "prod": "pm2 start app.js" }, "keywords": [], "author": "Mhykol <mchaeldonald62@pm.me>", |
