{
  "name": "@overseers/tch",
  "version": "0.4.16",
  "description": "Tedious Connection Handler",
  "main": "dist/index.js",
  "types": "dist",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "ts-node-dev --respawn src/index.ts",
    "build": "npm run clean && tsc",
    "build:watch": "npm run clean && npm run watch",
    "watch": "tsc -w",
    "clean": "rimraf dist/",
    "publish:patch": "tsc && npm run build && npm version patch --no-git-tag-version && npm publish",
    "publish:minor": "tsc && npm run build && npm version minor --no-git-tag-version && npm publish",
    "publish:major": "tsc && npm run build && npm version major --no-git-tag-version && npm publish",
    "example": "npm run build && node test.js"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Overseers/tch.git"
  },
  "keywords": [
    "tch",
    "tedious",
    "connection",
    "handler"
  ],
  "author": "Overseers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Overseers/tch/issues"
  },
  "homepage": "https://github.com/Overseers/tch#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/moment": "^2.13.0",
    "@types/tedious": "^4.0.1",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.50",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "tedious": "^9.2.1",
    "tedious-pool": "^1.0.0"
  }
}
