mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
25 lines
660 B
JSON
25 lines
660 B
JSON
{
|
|
"name": "pmtiles-cloudflare",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.5.3",
|
|
"@cloudflare/workers-types": "^4.20230518.0",
|
|
"tsx": "^4.19.3",
|
|
"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.3.0"
|
|
}
|
|
}
|