Install nodemon as a dev dependency

This commit is contained in:
karashiiro 2021-05-28 08:23:46 -07:00
parent a053945454
commit 820360afa6
2 changed files with 310 additions and 80 deletions

384
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,11 +19,11 @@
"cache-manager-fs-binary": "^1.0.4",
"canvas": "^2.6.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7"
"node-fetch": "^2.6.1"
},
"devDependencies": {
"gh-pages": "^3.2.0",
"jsdoc": "^3.6.7"
"jsdoc": "^3.6.7",
"nodemon": "^2.0.7"
}
}