{
    "name": "@coderline/alphatab-monaco",
    "version": "1.8.4",
    "description": "A Monaco editor integration for alphaTab providing coding assistance for alphaTex.",
    "keywords": [
        "guitar",
        "music-notation",
        "music-sheet",
        "html5",
        "svg",
        "guitar-tablature",
        "alphaTab",
        "alphaTex"
    ],
    "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",
        "@coderline/alphatab-language-server": "^1.8.4",
        "monaco-editor": "^0.55.1",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-oniguruma": "^2.0.1",
        "vscode-textmate": "^9.3.2"
    },
    "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.6"
    },
    "bin": "./dist/alphaTab.monaco.mjs",
    "main": "./dist/alphaTab.monaco.mjs",
    "types": "./dist/alphaTab.monaco.d.ts",
    "type": "module",
    "files": [
        "/dist/",
        "!/dist/types/",
        "README.md",
        "LICENSE",
        "LICENSE.header"
    ]
}
