{
  "name": "@css-blocks/language-server",
  "description": "CSS Blocks Language Server",
  "version": "1.5.0",
  "author": "LinkedIn Corporation",
  "license": "BSD-2-Clause",
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LinkedIn/css-blocks"
  },
  "dependencies": {
    "@css-blocks/config": "^1.5.0",
    "@css-blocks/core": "^1.5.0",
    "@css-blocks/glimmer": "^1.5.0",
    "glob": "^7.1.6",
    "glob-escape": "^0.0.2",
    "opticss": "^0.9.0",
    "vscode-languageserver": "^5.2.1",
    "vscode-uri": "^2.0.3"
  },
  "devDependencies": {
    "mocha": "^7.0.1",
    "sass": "^1.23.7",
    "tslint": "^5.9.1",
    "typescript": "~3.8",
    "watch": "^1.0.2"
  },
  "scripts": {
    "compile": "tsc --version && tsc --build",
    "pretest": "yarn run compile",
    "lint": "tslint --fix -t msbuild --project . -c tslint.cli.json",
    "posttest": "yarn run lint",
    "test": "echo 'no tests'",
    "test:runner": "echo 'no tests'",
    "watch": "watch 'yarn run test' './src' --wait=3"
  },
  "volta": {
    "node": "10.13.0",
    "yarn": "1.21.0"
  },
  "gitHead": "1f1022656b056abb90037a5ed338b88d834c5028"
}
