We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7059a commit 4aa1ab0Copy full SHA for 4aa1ab0
package.json
@@ -4,7 +4,7 @@
4
"description": "RESTful back-end for Node.js and Express.js",
5
"main": "src/api.js",
6
"scripts": {
7
- "start": "nodemon api",
+ "start": "nodemon src/api",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"author": "AppSeed.us",
@@ -21,13 +21,11 @@
21
"http": "0.0.1-security",
22
"https": "^1.0.0",
23
"jsonwebtoken": "^7.4.1",
24
- "mongoose": "^5.9.9",
25
- "mongoose-title-case": "0.0.4",
26
- "mongoose-unique-validator": "^1.0.5",
27
- "mongoose-validator": "^1.3.2",
+ "mongoose": "^5.7.7",
28
"passport": "^0.3.2",
29
"passport-jwt": "^2.2.1",
30
- "path": "^0.12.7"
+ "path": "^0.12.7",
+ "nodemon": "^2.0.9"
31
32
"devDependencies": {
33
"eslint": "^7.14.0",
0 commit comments