-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 870 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 870 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
{
"name": "beammp-website",
"version": "1.1.3",
"description": "BeamMP Website",
"main": "index.js",
"scripts": {
"docker-build": "docker build -t registry.beammp.com/beammp/website:latest -t registry.beammp.com/beammp/website:v1.1.3 .",
"docker-push": "docker push registry.beammp.com/beammp/website:latest && docker push registry.beammp.com/beammp/website:v1.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeamMP/BeamMP-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BeamMP/BeamMP-Website/issues"
},
"homepage": "https://github.com/BeamMP/BeamMP-Website#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"dotenv": "^16.0.3",
"ejs": "^3.0.1",
"express": "^4.17.1",
"helmet": "^6.1.5",
"morgan": "^1.10.0"
}
}