{
  "name": "@bitblit/epsilon",
  "version": "0.4.4",
  "description": "Tiny adapter to simplify building API gateway Lambda APIS",
  "main": "./dist/index",
  "typings": "./dist/index",
  "files": [
    "dist"
  ],
  "contributors": [
    "Christopher Weiss <bitblit@gmail.com>"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "prettier": {
    "printWidth": 140,
    "singleQuote": true,
    "arrowParens": "always"
  },
  "config": {},
  "scripts": {
    "prepublishOnly": "yarn run compile",
    "compile": "yarn run clean && tsc && yarn run copy-static-files",
    "watch": "tsc -w .",
    "clean": "rm -Rf dist",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "copy-static-files": "cd src && cp -R static ../dist",
    "apply-circle": "node node_modules/@bitblit/ratchet/dist/circleci/apply-circle-ci-env-variables-to-files src/static/build-properties.json",
    "run-sample-server": "yarn compile && node dist/sample-local-server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitblit/Epsilon"
  },
  "keywords": [
    "epsilon",
    "lambda",
    "api gateway"
  ],
  "bugs": {
    "url": "https://github.com/bitblit/Epsilon/issues"
  },
  "homepage": "https://github.com/bitblit/Epsilon#readme",
  "engines": {
    "node": ">=12.8"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@bitblit/ratchet": "0.8.8",
    "@bitblit/saltmine": "0.4.5",
    "js-yaml": "3.14.0",
    "jsonwebtoken": "8.5.1",
    "jwks-rsa": "1.8.1",
    "moment": "2.27.0",
    "moment-timezone": "0.5.31",
    "portable-fetch": "3.0.0",
    "route-parser": "0.0.5",
    "strip-js": "1.2.0",
    "swagger-model-validator": "3.0.19"
  },
  "resolutions": {
    "lodash": "4.17.19",
    "minimist": "1.2.5"
  },
  "peerDependencies": {
    "@types/aws-lambda": "8.10.60",
    "aws-sdk": "2.730.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "8.10.60",
    "@types/chai": "4.2.12",
    "@types/js-yaml": "3.12.5",
    "@types/mocha": "8.0.1",
    "@types/node": "12.12.6",
    "apollo-server-lambda": "2.16.1",
    "aws-sdk": "2.730.0",
    "chai": "4.2.0",
    "eslint": "7.6.0",
    "graphql": "15.3.0",
    "husky": "4.2.5",
    "mocha": "8.1.1",
    "prettier": "2.0.5",
    "pretty-quick": "2.0.1",
    "ts-node": "8.10.2",
    "typescript": "3.9.7"
  }
}
