{
  "name": "gas-mock-service",
  "version": "1.0.8",
  "description": "A library that mocks Google Apps Script Services",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint ."
  },
  "keywords": [
    "gas",
    "google-apps-script",
    "library",
    "mock"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dan-kushnaryov/google-apps-script-services.git"
  },
  "author": "Danil Kushnaryov",
  "jest": {
    "modulePaths": [
      "node_modules",
      "."
    ]
  },
  "devDependencies": {
    "eslint": "^5.5.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "jest": "^23.6.0"
  },
  "dependencies": {
    "lodash.set": "^4.3.2"
  }
}
