{
  "name": "frontend-api",
  "version": "0.1.0",
  "description": "GraphQL API servicing the needs of front end.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "serverless-layers": "^2.5.1",
    "serverless-plugin-conditional-functions": "^1.0.6"
  },
  "jest": {
    "collectCoverageFrom": [
      "*.js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 100,
        "branches": 100,
        "functions": 100,
        "lines": 100
      }
    }
  },
  "dependencies": {
    "serverless": "^1.83.3"
  }
}
