-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 873 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 873 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
31
{
"name": "back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://oauth2: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@github.com/SynCode-CollaborativeCoding/back-end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/SynCode-CollaborativeCoding/back-end/issues"
},
"homepage": "https://github.com/SynCode-CollaborativeCoding/back-end#readme",
"dependencies": {
"blueimp-md5": "^2.19.0",
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-ws": "^5.0.2",
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.18.0"
}
}