{
  "name": "micro-lambda-api",
  "version": "1.2.4",
  "description": "Micro framework for your lambda applications",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Luis Diego",
  "license": "MIT",
  "keywords": [
    "serverless",
    "AWS Lambda",
    "AWS API Gateway",
    "AWS Application Load Balancer",
    "REST API",
    "HTTP API",
    "WebSocket",
    "lambda",
    "api",
    "nodejs",
    "typescript",
    "micro"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ldiego73/micro-lambda-api.git"
  },
  "bugs": {
    "url": "https://github.com/ldiego73/micro-lambda-api/issues"
  },
  "scripts": {
    "lint": "eslint \"{src,test}/**/*.ts\" -f stylish",
    "build": "tsc --build tsconfig.build.json",
    "postbuild": "node minify.js",
    "test": "jest --passWithNoTests",
    "posttest": "node jest-sonar",
    "prepublish": "npm run build"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.25",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-security-node": "^1.0.14",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^26.6.3",
    "jest-html-reporters": "^2.1.2",
    "jest-sonar-reporter": "^2.0.0",
    "prettier": "^2.2.1",
    "replace-in-file": "^6.2.0",
    "terser": "^5.6.0-beta",
    "ts-jest": "^26.5.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "jestSonar": {
    "reportPath": "reports/test",
    "reportFile": "result.xml",
    "indent": 4
  }
}
