Files
myspeed/package.json
T
dependabot[bot] 208c0ce459 Bump nodemon from 3.1.3 to 3.1.4
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 22:00:08 +00:00

30 lines
736 B
JSON

{
"name": "myspeed",
"version": "1.0.9",
"scripts": {
"client": "cd client && npm run dev",
"server": "nodemon server",
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"cron-validator": "^1.3.1",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"express": "^4.19.2",
"mysql2": "^3.10.1",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"tmp": "^0.2.3"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.4"
}
}