@sqltools/types
Version:
SQLTools interfaces and types
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "@sqltools/types",
"version": "0.2.0",
"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": {
"test:tsc": "tsc --noEmit -p ./tsconfig.json --skipLibCheck",
"prerelease": "rm *.tgz || exit 0",
"release": "npm pack && npm publish *.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.8.3",
"vscode-languageclient": "6.1.3",
"vscode-languageserver": "6.1.1"
},
"peerDependencies": {
"vscode-languageserver-protocol": "*"
}
}