-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
43 lines (43 loc) · 912 Bytes
/
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
{
"name": "@basemaps/tiler-sharp",
"version": "7.12.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
"directory": "packages/tiler-sharp"
},
"author": {
"name": "Land Information New Zealand",
"url": "https://linz.govt.nz",
"organization": true
},
"type": "module",
"engines": {
"node": ">=16.0.0"
},
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"test": "node --test"
},
"dependencies": {
"@basemaps/config": "^7.12.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/tiler": "^7.12.0",
"@linzjs/metrics": "^7.5.0",
"lerc": "^4.0.4"
},
"devDependencies": {
"@types/pixelmatch": "^5.2.3",
"@types/pngjs": "^6.0.0",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"build/"
]
}