mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* add getTileJson method to PMTiles class [#239, #247] * update docs related to FetchSource and headers [#397]
22 lines
610 B
JSON
22 lines
610 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"
|
|
}
|
|
}
|