Files
myspeed/package.json
github-actions[bot] 724eaabbb5 Merge pull request #1109 from gnmyt/dependabot/npm_and_yarn/cron-validator-1.4.0
chore(deps): bump cron-validator from 1.3.1 to 1.4.0
2025-07-11 21:04:43 +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.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.2",
"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"
}
}