add nodemon

This commit is contained in:
Mylloon 2022-07-03 18:35:24 +02:00
parent 3a7546e0df
commit 615543b81e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1918 additions and 4 deletions

1914
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,8 @@
"main": "src/index.js",
"scripts": {
"main": "node .",
"eslint": "eslint src"
"debug": "nodemon .",
"eslint": "npx eslint src"
},
"repository": {
"type": "git",
@ -18,7 +19,8 @@
},
"devDependencies": {
"dotenv": "^16.0.1",
"eslint": "^8.13.0"
"eslint": "^8.13.0",
"nodemon": "^2.0.18"
},
"type": "module"
"type": "module"
}