{
  "name": "@chasidic/mysql",
  "version": "0.5.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/chasidic/mysql.git"
  },
  "scripts": {
    "build": "tsc -p src/",
    "clean": "rm -rf dist/",
    "deploy": "git pull --rebase origin master && git push origin master",
    "major": "npm version major && npm publish",
    "minor": "npm version minor && npm publish",
    "patch": "npm version patch && npm publish",
    "postpublish": "git push origin master --follow-tags",
    "prepublishOnly": "npm run build -s",
    "tsc:watch": "npm run build -- --watch"
  },
  "author": "Ilan Frumer <ilanfrumer@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@types/fs-extra": "^5.0.1",
    "@types/fs-extra-promise": "1.0.4",
    "@types/mysql": "2.15.3",
    "fs-extra-promise": "^1.0.1",
    "mysql": "^2.15.0",
    "tslib": "^1.9.0",
    "typescript-formatter": "^7.1.0"
  },
  "devDependencies": {
    "typescript": "^2.7.2"
  }
}
