{
  "name": "@hanishi/reason-lambda",
  "version": "0.2.7",
  "description": "Bucklescript bindings for AWS lambda handlers (v1 and v2)",
  "repository": "git+https://github.com/tsnobip/reason-lambda.git",
  "keywords": [
    "aws",
    "amazon",
    "lambda",
    "FaaS",
    "serverless",
    "Bucklescript",
    "bindings",
    "ocaml",
    "reasonml",
    "reason"
  ],
  "scripts": {
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "test": "yarn build && jest",
    "watch": "bsb -make-world -w"
  },
  "author": "Paul Tsnobiladzé <paul.tsnobiladze@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "bs-platform": "^7.3.2",
    "@glennsl/bs-jest": "^0.5.1"
  },
  "files": [
    "bsconfig.json",
    "src"
  ]
}