-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.32 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.32 KB
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
{
"name": "rocket-crafting-server",
"version": "1.0.0",
"description": "Admin page for Rocket Crafting server. Version 2021 `Their Law`. Use minimal dependencies and be professional. This server handle auth session for my platform `rocket-craft` also handle leaderboard. Part of this project is also admin page. ",
"main": "server.js",
"scripts": {
"start": "node server localhost mongodb.net",
"app": "node server maximumroulette.com mongodb.net",
"sameDomain": "node server IP_ADDESS secured",
"dev": "node server localhost:3000 dev"
},
"repository": {
"type": "git",
"url": "https://github.com/RocketCraftingServer/rocket-craft-server"
},
"author": "zlatnaspirala@gmail.com",
"license": "GPL-3.0 License",
"bugs": {
"url": "https://github.com/RocketCraftingServer/rocket-craft-server/issues"
},
"homepage": "maximumroulette.com",
"dependencies": {
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.19.2",
"express-subdomain": "^1.0.5",
"http2": "^3.3.7",
"http2-express-bridge": "^1.0.7",
"mailtrap": "^3.4.0",
"mongodb": "^3.7.4",
"node-static": "^0.7.11",
"spdy": "^4.0.2",
"vhost": "^3.0.2",
"websocket": "^1.0.31"
},
"devDependencies": {
"nodemailer": "^6.9.14"
}
}