Files
PMTiles/js/package.json
Brandon Liu 8784c9972b 0.0.7
2021-04-26 11:49:52 +08:00

24 lines
593 B
JSON

{
"name": "pmtiles",
"version": "0.0.7",
"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"
}
}