{
  "name": "mysql-tz",
  "version": "0.0.3",
  "description": "convenience function for automatically getting correct timezone information for mysql & mariadb",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "prebuild": "yarn install --production",
    "build": "tsc",
    "format": "eslint --fix",
    "lint": "eslint",
    "prepare" : "yarn build",
    "prepublishOnly" : "yarn run lint",
    "preversion" : "yarn run lint",
    "version" : "yarn run format && git add -A src",
    "postversion" : "git push && git push --tags",
    "description": "convenience function for automatically getting correct timezone information for mysql & mariadb",
    "main": "lib/index.js",
    "types": "lib/index.d.ts"
  },
  "keywords": ["async", "convenience", "sync", "wrap"],
  "files": ["lib/**/*"],
  "author": "bigbizze",
  "license": "ISC",
  "dependencies": {
    "typescript": "4.7.4",
    "eslint": "^8.5.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.10.1",
    "@babel/register": "^7.10.5",
    "@types/node": "^14.0.11",
    "ts-node": "^8.10.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bigbizze/promise-then-catch.git"
  }
}
