{ "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" } }