Add nodemon (#184)

This commit is contained in:
Milo
2021-03-11 17:41:25 +00:00
committed by GitHub
parent d88d8ae117
commit d7a3370fdc
2 changed files with 12238 additions and 11 deletions

12243
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,8 @@
"index": "node .github/index.mjs",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest open-graph-scraper@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs@latest",
"quickstart": "node .github/quickstart/index.mjs",
"linter": "npx eslint source/**/*.mjs"
"linter": "npx eslint source/**/*.mjs",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs"
},
"repository": {
"type": "git",
@@ -47,7 +48,8 @@
"devDependencies": {
"eslint": "^7.21.0",
"jest": "^26.6.3",
"libxmljs": "^0.19.7"
"libxmljs": "^0.19.7",
"nodemon": "^2.0.7"
},
"jest": {
"testEnvironment": "node",