forked from gsi-cyberjapan/optimal_bvmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.14 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
{
"name": "optimal_bvmap",
"version": "1.0.0",
"description": "- 2023年8月30日にPMTiles形式の最適化ベクトルタイルを試験公開いたしました。なお、ファイルシステムでストアしているタイルセットは、2023年10月時点のデータソースによる更新をもってデータ更新を停止し、2023年度末までに公開を停止する予定です。より迅速で安定した提供のため、ご理解の程どうぞよろしくお願いいたします。",
"homepage": "https://github.com/geolonia/optimal_bvmap#readme",
"bugs": {
"url": "https://github.com/geolonia/optimal_bvmap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geolonia/optimal_bvmap.git"
},
"license": "MIT",
"author": "",
"type": "commonjs",
"main": "style/std.json",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "http-server -c1 -o --cors",
"test": "gl-style-validate style/std.json",
"minify": "gl-style-format --space 0 style/std.json"
},
"devDependencies": {
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
"http-server": "^14.1.1"
}
}