{
  "name": "@scvo/router-task-mysql",
  "version": "0.0.3",
  "description": "SCVO=>Router task for MySQL",
  "main": "./build/index",
  "typings": "./build/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "cleanup": "rm -rf ./dist",
    "build": "npm run cleanup;tsc",
    "prepublishOnly": "npm run build",
    "local": "npm link @scvo/router && npm run compile && npm link",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run check",
    "pub-patch": "yarn add -E @scvo/router; git commit -a -m \"Upgraded router\"; nuup patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scvodigital/router-task-elasticsearch.git"
  },
  "keywords": [
    "SCVO=>Router",
    "SCVO",
    "Router",
    "Elasticsearch",
    "Connector"
  ],
  "author": "Matthew Wilkes (SCVO)",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/scvodigital/router-task-elasticsearch/issues"
  },
  "homepage": "https://github.com/scvodigital/router-task-elasticsearch#readme",
  "dependencies": {
    "@scvo/router": "^1.1.30",
    "@types/mysql": "^2.15.5",
    "clayhandlebars": "^4.0.0",
    "dot-object": "^1.7.0",
    "moment": "^2.20.1",
    "mysql": "^2.15.0",
    "string": "^3.3.3"
  },
  "devDependencies": {
    "@types/dot-object": "^1.5.0",
    "@types/moment": "^2.13.0",
    "@types/node": "^9.4.6",
    "@types/string": "^0.0.29",
    "gts": "^0.5.4",
    "typescript": "~2.6.1"
  }
}
