-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.18 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
{
"name": "@grundstein/commons",
"version": "0.0.10",
"author": "SystemKollektiv",
"homepage": "https://docs.grundstein.it/commons",
"license": "AGPL-3.0",
"description": "@grundstein/commons. shared library functionality, server middleware, lib and init functions.",
"main": "src/index.mjs",
"engines": {
"node": ">=14.14.0"
},
"engineStrict": true,
"scripts": {
"start": "npm test",
"test": "t -p",
"cover": "t",
"format": "f -w"
},
"files": [
"src",
"lib.mjs",
"middleware.mjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/grundstein/commons.git"
},
"bugs": {
"url": "https://github.com/grundstein/commons/issues"
},
"dependencies": {
"@magic/cli": "0.0.46",
"@magic/error": "0.0.17",
"@magic/fs": "0.0.28",
"@magic/log": "0.1.18",
"@magic/types": "0.1.23"
},
"devDependencies": {
"@magic/format": "0.0.51",
"@magic/test": "0.2.18"
},
"keywords": [
"grundstein",
"static",
"page",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "litto",
"github": "mslitto"
}
]
}