mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-20 12:10:42 -06:00
Bumps [cron-validator](https://github.com/GuillaumeRochat/cron-validator) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/GuillaumeRochat/cron-validator/releases) - [Commits](https://github.com/GuillaumeRochat/cron-validator/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: cron-validator dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
824 B
JSON
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.10.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.1",
|
|
"node-schedule": "^2.1.1",
|
|
"prom-client": "^15.1.3",
|
|
"satori": "^0.15.2",
|
|
"satori-html": "^0.3.2",
|
|
"sequelize": "^6.37.7",
|
|
"sqlite3": "^5.1.7",
|
|
"tmp": "^0.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.0",
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|