forked from holy-unblocker/website-legacy-aio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.02 KB
/
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
{
"name": "website-aio",
"version": "1.0.0",
"description": "Bundle of all scripts, for use on single server productions.",
"author": "Holy Unblocker",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/holy-unblocker/website-aio.git"
},
"private": true,
"type": "module",
"scripts": {
"start": "node scripts/start.js"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=18.0.0"
},
"dependencies": {
"@tomphttp/bare-server-node": "^1.2.2",
"address": "^1.2.1",
"chalk": "^5.1.2",
"dotenv-expand": "^9.0.0",
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"express-http-proxy": "^1.6.3",
"rammerhead": "https://github.com/holy-unblocker/rammerhead/releases/download/v1.2.41-holy.5/rammerhead-1.2.41-holy.5.tgz",
"rimraf": "^3.0.2",
"website": "https://github.com/holy-unblocker/website-embedded/releases/download/v1.0.0-holy.6/website-1.0.0-holy.6.tgz"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"eslint": "^8.29.0",
"prettier": "^2.8.0"
}
}