Showing
6 changed files
with
24 additions
and
2 deletions
babel.config.json
0 → 100644
nodemon.json
0 → 100644
This diff could not be displayed because it is too large.
| ... | @@ -4,11 +4,18 @@ | ... | @@ -4,11 +4,18 @@ |
| 4 | "description": "nodejs project for OS", | 4 | "description": "nodejs project for OS", |
| 5 | "main": "index.js", | 5 | "main": "index.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | - "start": "echo \"Error: no test specified\" && exit 1" | 7 | + "start": "nodemon" |
| 8 | }, | 8 | }, |
| 9 | "author": "", | 9 | "author": "", |
| 10 | "license": "ISC", | 10 | "license": "ISC", |
| 11 | + "devDependencies": { | ||
| 12 | + "@babel/core": "^7.17.10", | ||
| 13 | + "@babel/node": "^7.17.10", | ||
| 14 | + "@babel/preset-env": "^7.17.10", | ||
| 15 | + "nodemon": "^2.0.16" | ||
| 16 | + }, | ||
| 11 | "dependencies": { | 17 | "dependencies": { |
| 18 | + "babel-loader": "^8.2.5", | ||
| 12 | "express": "^4.18.1" | 19 | "express": "^4.18.1" |
| 13 | } | 20 | } |
| 14 | } | 21 | } | ... | ... |
-
Please register or login to post a comment