Files
myspeed/package.json
github-actions[bot] 8f4e075443 Merge pull request #1040 from gnmyt/dependabot/npm_and_yarn/bcrypt-6.0.0
chore(deps): bump bcrypt from 5.1.1 to 6.0.0
2025-05-12 22:01:55 +00:00

33 lines
823 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.9.0",
"bcrypt": "^6.0.0",
"cron-validator": "^1.3.1",
"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.13.0",
"satori-html": "^0.3.2",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"tmp": "^0.2.3"
},
"devDependencies": {
"concurrently": "^9.1.2",
"nodemon": "^3.1.10"
}
}