-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
{
"name": "website-aio",
"version": "1.0.0",
"description": "Bundle of all scripts, for use on single server productions.",
"main": "index.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/holy-unblocker/website-aio.git"
},
"scripts": {
"start": "NODE_ENV=production node scripts/start.js"
},
"author": "",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-rollup1",
"address": "^1.2.0",
"chalk": "^5.0.1",
"dotenv-expand": "^8.0.3",
"dotenv-flow": "^3.2.0",
"express": "^4.18.1",
"express-http-proxy": "^1.6.3",
"rammerhead": "https://git.holy.how/attachments/7017bba8-f92a-4849-9d37-24bf47e437cb",
"rimraf": "^3.0.2",
"website": "https://git.holy.how/attachments/3e6ed479-2544-4568-90f9-23ad40730f97"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.4.2",
"eslint": "^8.23.0",
"prettier": "^2.7.1"
}
}