mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-12 00:29:54 -06:00
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.2. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: tmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"name": "myspeed",
|
|
"version": "1.0.8",
|
|
"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.6.7",
|
|
"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.18.2",
|
|
"node-schedule": "^2.1.1",
|
|
"sequelize": "^6.37.1",
|
|
"sqlite3": "^5.1.7",
|
|
"tmp": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|