{
  "name": "webhookconnector",
  "version": "1.1.0",
  "description": "",
  "main": "webhookConnector.js",
  "scripts": {
    "postinstall": "",
    "prepublish": "",
    "build": "tsc",
    "lint": "tslint \"src/**/*.ts\"",
    "test": "jest --passWithNoTests",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "ntsc": "ntsc",
    "ntsc:w": "ntsc -w",
    "clean": "shx rm -Rf build/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Judahh/webhookConnector.git"
  },
  "author": "Judah Holanda Correia Lima <judahholanda7@gmail.com> (https://judahh.com)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Judahh/webhookConnector/issues"
  },
  "homepage": "https://github.com/Judahh/webhookConnector#readme",
  "dependencies": {
    "flexiblepersistence": "1.0.35",
    "node-webhooks": "^1.4.2",
    "path": "0.12.7",
    "request": "2.88.0",
    "simpleutils": "^1.0.20"
  },
  "devDependencies": {
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "tslint": "^5.20.1",
    "typescript": "3.7.5",
    "@types/node": "13.1.7",
    "@types/jest": "^24.9.0"
  }
}
