{
  "name": "dot-language-support",
  "version": "4.4.1",
  "description": "Parser and language service for graphviz (dot) files",
  "keywords": [
    "dot",
    "graphviz",
    "gv",
    "language",
    "parser",
    "service"
  ],
  "license": "MIT",
  "author": "Niklas Mollenhauer",
  "repository": {
    "type": "git",
    "url": "https://github.com/nikeee/dot-language-support.git"
  },
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "scripts": {
    "ci": "oxlint -f github",
    "test": "tsc && node --test '**/*.spec.ts'",
    "test:coverage": "node --test --experimental-test-coverage '**/*.spec.ts'",
    "format": "oxfmt",
    "lint": "oxlint --type-aware",
    "lint:fix": "oxlint --type-aware --fix",
    "build": "tsdown",
    "prepare": "npm run build"
  },
  "dependencies": {
    "vscode-languageserver-textdocument": "^1.0.12",
    "vscode-languageserver-types": "^3.18.0"
  },
  "devDependencies": {
    "expect": "^30.4.1",
    "oxfmt": "^0.64.0",
    "oxlint": "^1.79.0",
    "oxlint-tsgolint": "^7.0.2001",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=22"
  }
}
