{
  "name": "lambda-local",
  "version": "1.7.4",
  "description": "Commandline tool to run Lambda functions on your local machine.",
  "main": "build/lambdalocal.js",
  "types": "build/lambdalocal.d.ts",
  "bin": {
    "lambda-local": "build/cli.js"
  },
  "scripts": {
    "test": "mocha",
    "build": "tsc"
  },
  "files": [
    "*.json",
    "build",
    "examples",
    "Makefile"
  ],
  "keywords": [
    "lambda",
    "amazon",
    "aws",
    "AWS",
    "local",
    "run"
  ],
  "author": "ashiina",
  "maintainers": [
    {
      "name": "Gabriel Potter (gpotter2)",
      "email": "gabriel@potter.fr"
    }
  ],
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "aws-sdk": "^2.689.0",
    "commander": "^6.1.0",
    "dotenv": "^8.2.0",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/node": "^14.0.10",
    "chai": "^4.2.0",
    "mocha": "^7.2.0",
    "sinon": "^9.0.2",
    "typescript": "^4.0.3"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/ashiina/lambda-local.git"
  },
  "bugs": {
    "url": "https://github.com/ashiina/lambda-local/issues"
  },
  "license": "MIT"
}
