{
  "name": "sqlint",
  "version": "1.7.1",
  "main": "dist/src/index",
  "bin": "bin/cli.js",
  "author": "joe-re<joe.tialtngo@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p .",
    "watch": "tsc -w",
    "test": "jest",
    "prepublish": "yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joe-re/sql-language-server.git"
  },
  "keywords": [
    "sql",
    "lint",
    "autofix",
    "beautify"
  ],
  "bugs": {
    "url": "https://github.com/joe-re/sql-language-server/issues"
  },
  "files": [
    "package.json",
    "dist",
    "bin",
    "LICENSE"
  ],
  "types": "./dist/src",
  "dependencies": {
    "@joe-re/sql-parser": "^1.7.1",
    "ajv": "^6.12.2",
    "chalk": "^4.0.0",
    "js-yaml": "^3.14.0",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "@types/ajv": "^1.0.0",
    "@types/js-yaml": "^3.12.4",
    "@types/node": "14.0.26",
    "@types/yargs": "^17.0.0",
    "jest": "^26.0.1",
    "ts-jest": "^26.0.0",
    "typescript": "^4.4.2"
  }
}
