@coderline/alphatab-vite
Version:
A plugin for Vite to bundle alphaTab into your webapps.
62 lines (61 loc) • 1.65 kB
JSON
{
"name": "@coderline/alphatab-vite",
"version": "1.7.0-alpha.1536",
"description": "A plugin for Vite to bundle alphaTab into your webapps.",
"keywords": [
"guitar",
"music-notation",
"music-sheet",
"html5",
"svg",
"guitar-tablature",
"vite"
],
"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"
},
"type": "module",
"main": "dist/alphaTab.vite.js",
"module": "dist/alphaTab.vite.mjs",
"typings": "dist/alphaTab.vite.d.ts",
"scripts": {
"clean": "rimraf dist",
"lint": "biome lint",
"typecheck": "tsc --noEmit",
"build": "vite build --mode esm && vite build --mode cjs",
"test": "mocha"
},
"dependencies": {
"vite": "^7.1.3"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@microsoft/api-extractor": "^7.52.11",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^24.3.0",
"assert": "^2.1.0",
"chai": "^6.0.1",
"mocha": "^11.7.1",
"rimraf": "^6.0.1",
"terser": "^5.43.1",
"tslib": "^2.8.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"files": [
"/dist/alphaTab*.js",
"/dist/alphaTab*.mjs",
"/dist/alphaTab*.ts",
"LICENSE",
"LICENSE.header",
"README.md"
]
}