-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.16 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
{
"name": "@grundstein/gas",
"version": "0.0.2",
"author": "SystemKollektiv",
"homepage": "https://grundstein.github.io/gas",
"license": "AGPL-3.0",
"description": "NOT YET BENCHMARKED OR IN PRODUCTION! @grundstein/gas. serves apis for magic apps.",
"main": "src/index.mjs",
"engines": {
"node": ">=14.14.0"
},
"engineStrict": true,
"scripts": {
"start": "npm run dev",
"test": "t",
"format": "f -w",
"dev": "src/bin.mjs --dir api"
},
"bin": {
"grundstein-api-server": "src/bin.mjs",
"gas": "src/bin.mjs"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/grundstein/gas.git"
},
"bugs": {
"url": "https://github.com/grundstein/gas/issues"
},
"dependencies": {
"@grundstein/commons": "0.0.10",
"@grundstein/file-store": "github:grundstein/file-store"
},
"devDependencies": {
"@magic/format": "0.0.51",
"@magic/test": "0.2.18"
},
"keywords": [
"grundstein",
"api",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "litto",
"github": "mslitto"
}
]
}