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