-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 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
{
"name": "@grundstein/gss",
"version": "0.0.14",
"author": "Wizards & Witches",
"homepage": "https://grundstein.it/gss",
"license": "AGPL-3.0",
"description": "@grundstein static server. serves images, videos and other rich media files.",
"main": "src/index.mjs",
"engines": {
"node": ">=14.14.0"
},
"engineStrict": true,
"scripts": {
"start": "src/bin.mjs",
"test": "t",
"format": "f -w",
"dev": "src/bin.mjs --dir public --cache no"
},
"bin": {
"grundstein-server": "src/bin.mjs",
"gss": "src/bin.mjs"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/grundstein/server.git"
},
"bugs": {
"url": "https://github.com/grundstein/server/issues"
},
"dependencies": {
"@grundstein/commons": "0.0.10",
"@magic/cli": "0.0.42",
"@magic/fs": "0.0.26",
"@magic/mime-types": "0.0.16"
},
"devDependencies": {
"@magic/format": "0.0.41",
"@magic/test": "0.2.12"
},
"keywords": [
"grundstein",
"static",
"page",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}