{
  "name": "home-assistant-language-service",
  "version": "1.29.0",
  "description": "Home Assistant Language Service",
  "source": "src/haLanguageService.ts",
  "main": "dist/haLanguageService.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keesschollaart81/home-assistant-language-service.git"
  },
  "keywords": [
    "home-assistant",
    "home",
    "assistant",
    "language",
    "vscode"
  ],
  "author": "Kees Schollaart",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keesschollaart81/home-assistant-language-service/issues"
  },
  "homepage": "https://github.com/keesschollaart81/home-assistant-language-service#readme",
  "scripts": {
    "clean": "rimraf lib",
    "compile": "ts-node src/schemas/generateSchemas.ts --quick && tsc -p .",
    "format:eslint": "eslint \"**/src/**/*.ts\" --fix --ignore-path .gitignore",
    "format:prettier": "prettier \"**/src/**/*.{ts,json}\" --write",
    "format": "npm run format:eslint && npm run format:prettier",
    "lint:eslint": "eslint \"**/src/**/*.ts\" --ignore-path .gitignore",
    "lint:prettier": "prettier \"**/src/**/*.{ts,json}\" --check",
    "lint:types": "tsc",
    "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
    "prepublishOnly": "npm run clean && npm run compile",
    "schema": "ts-node src/schemas/generateSchemas.ts"
  },
  "devDependencies": {
    "@types/mocha": "9.1.1",
    "@types/node": "17.0.27",
    "@types/vscode": "1.48.0",
    "@types/ws": "8.5.3",
    "@types/yaml": "1.9.7",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.4.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-flowtype": "^7.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.7",
    "eslint-plugin-wc": "^1.2.0",
    "prettier": "^2.0.5",
    "rimraf": "3.0.2",
    "ts-loader": "^9.2.8",
    "ts-node": "10.7.0",
    "typescript": "4.6.3",
    "typescript-json-schema": "0.53.0",
    "vscode-test": "^1.4.0"
  },
  "dependencies": {
    "axios": "^0.26.0",
    "home-assistant-js-websocket": "^7.0.3",
    "vscode-json-languageservice": "3.9.1",
    "vscode-languageserver-protocol": "3.15.3",
    "vscode-uri": "3.0.3",
    "ws": "8.5.0",
    "yaml": "1.10.2",
    "yaml-language-server": "0.12.0"
  },
  "resolutions": {
    "minimist": ">=0.2.1 <1.0.0 || >=1.2.3"
  }
}
