{
    "name": "@coderline/alphatab-language-server",
    "version": "1.8.4",
    "description": "A language server for alphaTab providing coding assistance for alphaTex.",
    "keywords": [
        "guitar",
        "music-notation",
        "music-sheet",
        "html5",
        "svg",
        "guitar-tablature",
        "alphaTab",
        "alphaTex",
        "language",
        "server",
        "lsp"
    ],
    "homepage": "https://alphatab.net",
    "bugs": {
        "url": "https://github.com/coderline/alphaTab/issues"
    },
    "author": "Daniel Kuschny",
    "license": "MPL-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/coderline/alphaTab.git"
    },
    "scripts": {
        "clean": "rimraf dist",
        "lint": "biome lint",
        "typecheck": "tsc --noEmit",
        "build": "vite build",
        "dev": "vite build --watch",
        "test": "vitest run",
        "test-web": "npm run test"
    },
    "dependencies": {
        "@coderline/alphatab": "^1.8.4",
        "vscode-languageserver": "^9.0.1",
        "vscode-languageserver-textdocument": "^1.0.12"
    },
    "devDependencies": {
        "@biomejs/biome": "^2.4.15",
        "@microsoft/api-extractor": "^7.57.7",
        "@types/node": "^25.9.1",
        "rimraf": "^6.1.3",
        "tslib": "^2.8.1",
        "tsx": "^4.22.3",
        "typescript": "^6.0.3",
        "vitest": "^4.1.7"
    },
    "bin": "./dist/server.mjs",
    "main": "./dist/server.mjs",
    "types": "./dist/server.d.ts",
    "type": "module",
    "files": [
        "dist/",
        "!dist/types/",
        "README.md",
        "LICENSE",
        "LICENSE.header"
    ]
}
