Files
myspeed/package.json
dependabot[bot] ab5aa84357 chore(deps): bump tmp from 0.2.4 to 0.2.5
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.5.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-08 21:29:06 +00:00

33 lines
824 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": {
"@resvg/resvg-js": "^2.6.2",
"axios": "^1.11.0",
"bcrypt": "^6.0.0",
"cron-validator": "^1.4.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"express": "^5.1.0",
"mysql2": "^3.14.3",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.16.2",
"satori-html": "^0.3.2",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"tmp": "^0.2.5"
},
"devDependencies": {
"concurrently": "^9.2.0",
"nodemon": "^3.1.10"
}
}