mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
19 lines
793 B
JSON
19 lines
793 B
JSON
|
{
|
||
|
"name": "detect-changes-for-worker",
|
||
|
"version": "0.0.1",
|
||
|
"description": "",
|
||
|
"scripts": {
|
||
|
"test:gdal": "cat ./events/gdal.json | docker run --rm -v ${PWD}:/var/task --env-file ./test.env -i -e DOCKER_LAMBDA_USE_STDIN=1 lambci/lambda:nodejs12.x index.handler",
|
||
|
"test:tippecanoe": "cat ./events/tippecanoe.json | docker run --rm -v ${PWD}:/var/task --env-file ./test.env -i -e DOCKER_LAMBDA_USE_STDIN=1 lambci/lambda:nodejs12.x index.handler",
|
||
|
"test:enrichment": "cat ./events/enrichment.json | docker run --rm -v ${PWD}:/var/task --env-file ./test.env -i -e DOCKER_LAMBDA_USE_STDIN=1 lambci/lambda:nodejs12.x index.handler"
|
||
|
},
|
||
|
"author": "Xentity",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"luxon": "^1.27.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^7.29.0"
|
||
|
}
|
||
|
}
|