mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* Make aws/cloudflare depend on pmtiles from npm [#455] This is clearer to developers than relying on the local code being built. * update check_examples.py * bump openlayers to v2 with upgrade of pmtiles to v4 [#455] * update to 4.2.1
25 lines
659 B
JSON
25 lines
659 B
JSON
{
|
|
"name": "pmtiles-cloudflare",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.5.3",
|
|
"@cloudflare/workers-types": "^4.20230518.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^4.8.4",
|
|
"wrangler": "^3.76.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"test": "tsx ../shared/index.test.ts",
|
|
"tsc": "tsc --watch",
|
|
"build": "wrangler deploy --outdir dist --dry-run",
|
|
"biome": "biome check --config-path=../../js/ src/index.ts --apply",
|
|
"biome-check": "biome check --config-path=../../js src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"pmtiles": "^4.2.1"
|
|
}
|
|
}
|