-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "cloud.wiznwit.com",
"version": "0.0.1-alpha.0",
"author": "Wizards & Witches",
"homepage": "https://docs.grundstein.it/grundstein.hosts",
"license": "AGPL-3.0",
"description": "NOT YET BENCHMARKED OR IN PRODUCTION! @grundstein/grundstein.hosts: list of grundstein services and ip/port mappings",
"main": "src/index.mjs",
"private": true,
"engines": {
"node": ">=14.14.0"
},
"engineStrict": true,
"scripts": {
"start": "grundstein",
"test": "t -i grundstein-config.mjs",
"format": "f -w -i grundstein-config.mjs",
"prod": "grundstein -p"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/grundstein/grundstein.hosts.git"
},
"bugs": {
"url": "https://github.com/grundstein/grundstein.hosts/issues"
},
"dependencies": {
"grundstein": "github:grundstein/cli"
},
"devDependencies": {
"@magic/format": "0.0.17",
"@magic/test": "0.1.56"
},
"keywords": [
"grundstein",
"static",
"page",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}