mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* polyfill takes up too much CPU time * bump cloudflare workers-types * add tsc checks to CI for serverless
19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"name": "pmtiles-cloudflare",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230518.0",
|
|
"esbuild-runner": "^2.2.2",
|
|
"typescript": "^4.8.4",
|
|
"wrangler": "2.18.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "wrangler dev",
|
|
"deploy": "wrangler publish",
|
|
"test": "node -r esbuild-runner/register ../shared/index.test.ts",
|
|
"tsc": "tsc --watch",
|
|
"build": "wrangler publish --outdir dist --dry-run"
|
|
}
|
|
}
|