mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"devDependencies": {
|
|
"esbuild": "^0.14.42",
|
|
"esbuild-runner": "^2.2.1",
|
|
"typescript": "^4.7.2",
|
|
"zora": "^5.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "esbuild worker.ts --target=es2020 --outfile=dist/worker.js --format=esm --bundle --banner:js=//$(git describe --always)",
|
|
"test": "node -r esbuild-runner/register worker.test.ts",
|
|
"tsc": "tsc --noEmit --watch"
|
|
}
|
|
}
|