-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
{
"name": "@artificialmuseum/map",
"version": "0.0.1-alpha.0",
"author": "Wizards & Witches",
"homepage": "https://grundstein.github.io/gms",
"license": "AGPL-3.0",
"private": true,
"description": "@artificialmuseum/map. 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"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/artificialmuseum/map.git"
},
"bugs": {
"url": "https://github.com/artificialmuseum/map/issues"
},
"devDependencies": {
"@grundstein/commons": "0.0.10",
"@grundstein/gss": "0.0.14",
"@grundstein/prepare-static-files": "0.0.10",
"@magic/cli": "0.0.43",
"@magic/format": "0.0.43",
"@magic/fs": "0.0.27",
"@magic/log": "0.1.17",
"@magic/test": "0.2.14",
"mmmagic": "0.5.3"
},
"keywords": [
"grundstein",
"static",
"page",
"server"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}