{
  "name": "serverless-consul-variables",
  "version": "1.1.1",
  "description": "Read variables from a Consul Server",
  "main": "dist/index.js",
  "repository": "https://github.com/zephrax/serverless-consul-variables",
  "bugs": {
    "url": "https://github.com/zephrax/serverless-consul-variables/issues"
  },
  "author": "Jonatan Bravo <zephrax@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "Serverless",
    "Amazon Web Services",
    "AWS",
    "Lambda",
    "API Gateway",
    "Consul",
    "Hashicorp"
  ],
  "scripts": {
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "test": "jest",
    "coveralls": "jest && coveralls < coverage/lcov.info",
    "precommit": "lint-staged",
    "build": "rollup -c rollup.config.js"
  },
  "dependencies": {
    "consul": "^0.34.0",
    "debug": "^4.1.0",
    "eslint-plugin-jest": "^21.21.0",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^23.4.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "coveralls": "^3.0.2",
    "eslint": "^5.4.0",
    "eslint-plugin-import": "^2.14.0",
    "jest": "^23.5.0",
    "rollup": "^0.64.1",
    "serverless": "^1.30.1"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "jest": {
    "collectCoverage": true,
    "verbose": true,
    "testEnvironment": "node",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  }
}
