{
  "name": "uwgaws",
  "version": "5.1.0",
  "description": "Client Library for University of Washington's Person Web Service",
  "bugs:": {
    "url": "https://github.com/UWFosterIT/node-gaws/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UWFosterIT/node-gaws/"
  },
  "author": "Douglas Gale",
  "main": "src/index.js",
  "keywords": [
    "uw",
    "graduate",
    "applicant",
    "web",
    "service",
    "gaws"
  ],
  "dependencies": {
    "@log4js-node/log4js-api": "^1.0.2",
    "@types/got": "^9.6.11",
    "aws-sdk": "^2.892.0",
    "got": "^11.8.2",
    "micro-cache": "^3.0.3",
    "query-string": "^7.0.0"
  },
  "devDependencies": {
    "@types/log4js": "^2.3.5",
    "chai": "^4.3.4",
    "debug": "^4.3.1",
    "eslint": "^7.25.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-security": "^1.4.0",
    "log4js": "^6.3.0",
    "mocha": "^8.3.2"
  },
  "scripts": {
    "lint": "eslint test/**/*.js --fix; exit 0;",
    "test": "./node_modules/.bin/mocha --timeout 30s --bail test/unit/*.js"
  },
  "engines": {
    "node": ">=8.10.0"
  },
  "eslintConfig": {
    "env": {
      "mocha": true
    },
    "extends": [
      "airbnb-base",
      "plugin:security/recommended"
    ]
  },
  "plugins": [
    "security"
  ]
}
