-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
32 lines (32 loc) · 823 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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.7.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.21.1",
"mysql2": "^3.11.3",
"node-schedule": "^2.1.1",
"prom-client": "^15.1.3",
"satori": "^0.11.2",
"satori-html": "^0.3.2",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"tmp": "^0.2.3"
},
"devDependencies": {
"concurrently": "^9.1.1",
"nodemon": "^3.1.7"
}
}