-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1014 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
33
34
35
36
37
38
39
40
41
42
{
"name": "super-coder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./server/src/index.js",
"dev": "nodemon ./server/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ozric-Ode/super-coder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ozric-Ode/super-coder/issues"
},
"homepage": "https://github.com/Ozric-Ode/super-coder#readme",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"base-64": "^1.0.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"events": "^3.3.0",
"express": "^4.17.1",
"hbs": "^4.1.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"mysql-events": "0.0.11",
"mysql2": "^2.2.5",
"path": "^0.12.7",
"postman-request": "^2.88.1-postman.28",
"ranked": "^0.4.0",
"serve-favicon": "^2.5.0",
"unirest": "^0.6.0"
}
}