-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.39 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
{
"name": "integreat-maplibre-style",
"version": "0.1.0",
"description": "A free Mapbox GL basemap style for the integreat project",
"scripts": {
"edit": "wget https://github.com/maputnik/editor/releases/download/v1.7.0/maputnik-linux.zip && unzip maputnik-linux.zip && chmod +x maputnik && ./maputnik --file style.json",
"test": "echo \"Error: no test specified\" && exit 1",
"validate": "./node_modules/.bin/gl-style-validate style.json",
"diff": "bash -c 'diff <(./node_modules/.bin/gl-style-format style.json) style.json'",
"format": "./node_modules/.bin/gl-style-format style.json | ./node_modules/.bin/sponge style.json && prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/integreat/integreat-maplibre-style.git"
},
"keywords": [
"maps",
"cartography",
"maplibre-gl-js",
"maplibre-gl"
],
"author": "",
"bugs": {
"url": "https://github.com/integreat/integreat-maplibre-style/issues"
},
"homepage": "https://github.com/integreat/integreat-maplibre-style#readme",
"devDependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.15.0",
"@mapbox/spritezero": "^8.0.0",
"d3-queue": "^3.0.7",
"husky": "^4.2.5",
"prettier": "^2.8.8",
"prettier-plugin-sort-json": "^1.0.0",
"sponge": "^0.1.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run validate && npm run format"
}
}
}