forked from TeamCookCaps/BackImageAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 721 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 721 Bytes
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
{
"name": "BackImageAPP",
"packageManager": "yarn@3.4.1",
"scripts": {
"start": "nodemon --watch \"./src/**/*.ts\" --exec \"yarn build\"",
"build": "node app.js"
},
"dependencies": {
"@ctrl/tinycolor": "^3.6.0",
"body-parser": "^1.20.2",
"color-diff": "^1.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"mysql2": "^3.2.0",
"sequelize": "^6.29.3",
"socket.io": "^4.6.1",
"winston": "^3.8.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.5",
"nodemon": "^2.0.21",
"typescript": "^5.0.2"
},
"type": "module"
}