{
  "name": "knex-snowflake-dialect",
  "version": "0.3.3",
  "description": "knex.js dialect for the Snowflake data warehouse",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf lib/",
    "deploy": "npm version patch && npm publish --declaration",
    "lint": "tslint --project tsconfig.json 'src/**/*'",
    "lint-fix": "tslint --fix --project tsconfig.json 'src/**/*'",
    "test": "npm run lint && jest --runInBand --silent --forceExit --detectOpenHandles",
    "coverage": "jest --coverage --silent && open coverage/lcov-report/index.html",
    "prepush": "npm test uspec",
    "tslint-check": "tslint-config-prettier-check ./tslint.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deliverr/knex-snowflake-dialect.git"
  },
  "author": "Emmet Murphy",
  "keywords": [
    "knex",
    "snowflake"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deliverr/knex-snowflake-dialect/issues"
  },
  "homepage": "https://github.com/deliverr/knex-snowflake-dialect#readme",
  "jest": {
    "automock": false,
    "transform": {
      ".(ts)": "ts-jest"
    },
    "testEnvironment": "node",
    "testRegex": "(\\.(ispec|uspec))\\.(ts)$",
    "roots": [
      "<rootDir>/test"
    ],
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ],
    "collectCoverageFrom": [
      "src/**/*.ts"
    ]
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "lodash": "^4.17.15",
    "snowflake-sdk": "~1.14.0"
  },
  "peerDependencies": {
    "knex": "0.21.21"
  },
  "devDependencies": {
    "@types/bluebird": "3.5.29",
    "@types/jest": "25.1.4",
    "@types/lodash": "4.14.149",
    "@types/node": "13.7.0",
    "chai": "4.2.0",
    "jest": "25.1.0",
    "knex": "0.21.21",
    "mocha": "7.1.1",
    "mysql": "2.18.1",
    "sinon": "9.0.1",
    "sinon-chai": "3.5.0",
    "ts-jest": "25.2.1",
    "tslint": "5.20.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-microsoft-contrib": "6.2.0",
    "typescript": "3.7.5"
  }
}
