{
  "name": "@sqltools/base-driver",
  "version": "0.0.1-alpha9",
  "description": "SQLTools Base Driver",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["dist/**/*"],
  "author": "Matheus Teixeira <me@mteixeira.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mtxr/vscode-sqltools.git",
    "directory": "packages/base-driver"
  },
  "bugs": {
    "url": "https://github.com/mtxr/vscode-sqltools/issues"
  },
  "scripts": {
    "prebuild": "rimraf -rf dist",
    "build": "tsc -p tsconfig.json",
    "prepack": "yarn run build"
  },
  "devDependencies": {
    "rimraf": "^3.0.0",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "@sqltools/types": "latest",
    "debug": "^4.1.1",
    "env-paths": "^2.2.0",
    "make-dir": "^3.1.0",
    "vscode-languageserver": "6.1.1"
  }
}
