randydev commited on
Commit
c217be4
·
verified ·
1 Parent(s): d8ab4c8

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -0
package.json CHANGED
@@ -3,6 +3,8 @@
3
  "version": "1.0.0",
4
  "main": "index.js",
5
  "scripts": {
 
 
6
  "test": "echo \"Error: no test specified\" && exit 1"
7
  },
8
  "author": "",
@@ -12,6 +14,7 @@
12
  "express": "^4.19.2",
13
  "cors": "^2.8.5",
14
  "axios": "*",
 
15
  "dotenv": "*",
16
  "mongodb": "*",
17
  "cheerio": "*",
 
3
  "version": "1.0.0",
4
  "main": "index.js",
5
  "scripts": {
6
+ "start": "cross-env DEBUG=grammy* node index.js",
7
+ "dev": "cross-env DEBUG=grammy* nodemon index.js",
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
  },
10
  "author": "",
 
14
  "express": "^4.19.2",
15
  "cors": "^2.8.5",
16
  "axios": "*",
17
+ "cross-env": "*",
18
  "dotenv": "*",
19
  "mongodb": "*",
20
  "cheerio": "*",