forked from DBC201/rocket_dodge_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 880 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
{
"name": "rocket-dodge-server",
"version": "1.0.0",
"description": "a website where you can play games",
"main": "main.js",
"dependencies": {
"bcrypt": "^5.0.1",
"better-sqlite3": "^7.4.4",
"body-parser": "^1.19.0",
"connect-redis": "^4.0.4",
"dotenv": "^8.6.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-useragent": "^1.0.15",
"qs": "^6.10.1",
"redis": "^3.1.2",
"yargs": "^16.2.0"
},
"scripts": {
"test": "node main.js -n -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DBC201/rocket_dodge_server.git"
},
"author": "Deniz Barış Çakıroğlu ve Atilla Türkmen",
"license": "ISC",
"bugs": {
"url": "https://github.com/DBC201/rocket_dodge_server/issues"
},
"homepage": "https://github.com/DBC201/rocket_dodge_server#readme"
}