This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
97 lines (97 loc) · 2.76 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@small-tech/site.js",
"version": "17.7.1",
"description": "Small Web construction set.",
"keywords": [
"web server",
"static site generator",
"dynamic site",
"dotJS",
"hugo",
"owncast",
"let's encrypt",
"mkcert",
"automatic",
"tls",
"https",
"small web",
"personal",
"web site",
"framework",
"platform",
"small technology",
"small tech"
],
"main": "index.js",
"bin": "bin/site.js",
"scripts": {
"build": "node bin/build.js",
"update-nexe": "node bin/build.js --update-nexe",
"deploy": "bin/build.js --deploy",
"install-locally": "node bin/build.js --install",
"build-alpha": "node bin/build.js --alpha",
"deploy-alpha": "bin/build.js --deploy --alpha",
"install-locally-alpha": "node bin/build.js --install --alpha",
"build-beta": "node bin/build.js --beta",
"deploy-beta": "bin/build.js --deploy --beta",
"install-locally-beta": "node bin/build.js --install --beta",
"test": "tape test/*.js | tap-spec",
"coverage": "nyc tape test/*.js | tap-nyc"
},
"funding": {
"type": "foundation",
"url": "https://small-tech.org/fund-us/"
},
"repository": {
"type": "git",
"url": "[email protected]:site.js/app.git"
},
"author": {
"name": "Aral Balkan",
"email": "[email protected]",
"url": "https://ar.al"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@small-tech/cross-platform-hostname": "^1.0.0",
"@small-tech/express-ws": "^1.0.0",
"@small-tech/https": "^2.2.0",
"@small-tech/instant": "^1.1.2",
"@small-tech/jsdb": "^1.2.2",
"@small-tech/node-hugo": "^2.0.0",
"@small-tech/portable-rsync-with-ssh-for-windows": "^1.0.0",
"@small-tech/rsync-with-portable-cygwin-path-support-on-windows": "^1.0.0",
"@small-tech/web-routes-from-files": "^3.1.0",
"ansi-escape-sequences": "^4.1.0",
"bent": "^7.3.4",
"body-parser": "^1.19.0",
"chokidar": "^3.4.2",
"concat-stream": "^2.0.0",
"debounce": "^1.2.0",
"decache": "^4.5.1",
"express": "^4.17.1",
"extract-zip": "^2.0.1",
"fs-extra": "^8.1.0",
"gunzip-maybe": "^1.4.1",
"helmet": "^3.21.2",
"http-proxy-middleware": "^1.0.6",
"minimist": "^1.2.5",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"node-graceful": "^2.0.1",
"prompts": "github:aral/prompts#custom-symbols-for-confirm",
"request-ip": "^2.1.3",
"server-destroy": "^1.0.1",
"string-length": "^3.1.0",
"tar-stream": "^2.1.4",
"tcp-port-used": "^1.0.1"
},
"devDependencies": {
"nexe": "https://github.com/aral/nexe#dependency-updates",
"nyc": "^15.1.0",
"tap-nyc": "^1.0.3",
"tap-spec": "https://github.com/small-tech/tap-spec",
"tape": "^5.0.1",
"ws": "^7.1.1"
}
}