This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
{
"name": "@thesystemcollective/map.thesystem.at",
"version": "0.0.1-alpha.0",
"author": "Wizards & Witches",
"homepage": "https://grundstein.github.io/gms",
"license": "AGPL-3.0",
"private": true,
"description": "NOT YET BENCHMARKED OR IN PRODUCTION! @thesystemcollective/map.thesystem.at. serves, proxies, caches and reformats tile images for use in leaflet.",
"main": "src/index.mjs",
"engines": {
"node": ">=14.14.0"
},
"engineStrict": true,
"type": "module",
"scripts": {
"start": "npm run dev",
"format": "f -w",
"dev": "node node_modules/@grundstein/gss/src/bin.mjs --dir ./docs --port 8003 --cors '*'",
"build": "node node_modules/@grundstein/prepare-static-files/src/bin.mjs --no-webp --no-optimize-images --dirs docs"
},
"bin": {
"grundstein-magic-server": "src/bin.mjs",
"gms": "src/bin.mjs"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thesystemcollective/map.thesystem.at.git"
},
"bugs": {
"url": "https://github.com/thesystemcollective/map.thesystem.at/issues"
},
"devDependencies": {
"@grundstein/commons": "github:grundstein/commons",
"@grundstein/file-store": "github:grundstein/file-store",
"@grundstein/gss": "github:grundstein/gss",
"@grundstein/prepare-static-files": "github:grundstein/prepare-static-files",
"@magic/cli": "0.0.30",
"@magic/format": "0.0.19",
"@magic/fs": "0.0.9",
"@magic/test": "0.1.58",
"image-type": "4.1.0",
"mmmagic": "0.5.3",
"optipng-bin": "7.0.0",
"tinify": "1.6.0-beta.2"
},
"keywords": [
"grundstein",
"static",
"page",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}