mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
24 lines
593 B
JSON
24 lines
593 B
JSON
{
|
|
"name": "pmtiles",
|
|
"version": "0.0.8",
|
|
"description": "PMTiles archive decoder for browsers",
|
|
"main": "index",
|
|
"module": "index.mjs",
|
|
"unpkg": "index.js",
|
|
"jsdelivr": "index.js",
|
|
"files": [
|
|
"index.mjs",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "esbuild index.mjs --outfile=index.js --target=es2015 --global-name=pmtiles --format=iife"
|
|
},
|
|
"homepage": "https://github.com/protomaps/pmtiles",
|
|
"author": "Brandon Liu",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"esbuild": "^0.11.14"
|
|
}
|
|
}
|