@hanishi/reason-lambda
Version:
Bucklescript bindings for AWS lambda handlers (v1 and v2)
27 lines • 432 B
JSON
{
"name": "@hanishi/reason-lambda",
"version": "0.2.7",
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "__tests__",
"type": "dev"
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"namespace": "reason-lambda",
"suffix": ".bs.js",
"bs-dev-dependencies": [
"@glennsl/bs-jest"
],
"warnings": {
"error": "+101"
},
"refmt": 3
}