{
  "name": "@piaozy/types",
  "version": "0.1.5",
  "description": "SQLTools interfaces and types",
  "types": "index.d.ts",
  "main": "index.js",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prerelease": "rm *.tgz || exit 0",
    "release": "npm pack && npm publish piaozy-types-0.1.5.tgz --tag latest --access public",
    "beta": "npm pack && npm publish *.tgz --tag beta --access public"
  },
  "keywords": [
    "sqltools",
    "vscode-sqltools"
  ],
  "authors": [
    "Matheus Teixeira <matheus@mteixeira.dev>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mtxr/vscode-sqltools.git",
    "directory": "packages/types"
  },
  "bugs": {
    "url": "https://github.com/mtxr/vscode-sqltools/issues"
  },
  "devDependencies": {
    "typescript": "~4.0.2",
    "vscode-languageclient": "6.1.3",
    "vscode-languageserver": "6.1.1"
  },
  "peerDependencies": {
    "vscode-languageserver-protocol": "*"
  }
}
