-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.15 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
{
"name": "@openhistoricalmap/maplibre-gl-dates",
"version": "1.2.1",
"description": "MapLibre GL JS plugin for filtering the map based on a date",
"main": "index.js",
"scripts": {
"build": "esbuild index.js --bundle --outdir=dist",
"clean": "shx rm -rf dist build",
"start": "shx cp -r example dist && open 'http://127.0.0.1:8000/example/#map=15/29.9599/-90.0676&date=1900-01-01' && esbuild index.js --bundle --outdir=dist --servedir=dist --watch",
"test": "node --import ./test/setup.mjs --test 'index.spec.mjs'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenHistoricalMap/maplibre-gl-dates.git"
},
"keywords": [
"maplibre-gl-js",
"openhistoricalmap",
"datetime"
],
"author": "OpenHistoricalMap",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/OpenHistoricalMap/maplibre-gl-dates/issues"
},
"homepage": "https://github.com/OpenHistoricalMap/maplibre-gl-dates#readme",
"peerDependencies": {
"maplibre-gl": ">=3.0.0"
},
"devDependencies": {
"@maplibre/maplibre-gl-style-spec": "^21.0.0",
"esbuild": "0.24.0",
"open": "^10.1.0",
"shx": "^0.3.4"
}
}