mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-22 05:37:16 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "pmtiles-aws",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">= 24"
|
|
},
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"lint": "eslint src/",
|
|
"test": "tsx test/*.test.ts",
|
|
"build": "tsup --target es2022 --format esm src/",
|
|
"dev": "tsx watch src/index.ts --noevents --nometrics --nosinks --unsafe",
|
|
"prod": "NODE_OPTIONS='--max-old-space-size=6144' node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.726.1",
|
|
"@aws-sdk/node-http-handler": "^3.212.0",
|
|
"@mapbox/tile-cover": "^3.0.2",
|
|
"@mapbox/tilebelt": "^2.0.1",
|
|
"@mapbox/vector-tile": "^2.0.4",
|
|
"@mapbox/vtquery": "^0.6.0",
|
|
"@openaddresses/batch-error": "^2.9.0",
|
|
"@openaddresses/batch-schema": "^10.12.1",
|
|
"@sinclair/typebox": "^0.34.11",
|
|
"@supercharge/promise-pool": "^3.2.0",
|
|
"@tak-ps/serverless-http": "^3.4.0",
|
|
"@types/mapbox__tile-cover": "^3.0.4",
|
|
"@types/mapbox__vector-tile": "^1.3.4",
|
|
"@types/pbf": "^3.0.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.0.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"pbf": "^4.0.1",
|
|
"pmtiles": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws-lambda": "^8.10.108",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/jsonwebtoken": "^9.0.2",
|
|
"@types/node": "^24.0.0",
|
|
"@types/tape": "^5.8.1",
|
|
"eslint": "^9.0.0",
|
|
"tape": "^5.9.0",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.0.0"
|
|
}
|
|
}
|