wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "wave-roll",
"version": "0.1.5",
"description": "JavaScript Library for Comparative MIDI Piano-Roll Visualization",
"main": "dist/wave-roll.umd.js",
"module": "dist/wave-roll.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"watch": "vite build --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crescent-stdio/wave-roll.git"
},
"keywords": [
"midi",
"piano-roll",
"visualization",
"music",
"music-information-retrieval"
],
"author": "Hannah Park",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/crescent-stdio/wave-roll/issues"
},
"homepage": "https://github.com/crescent-stdio/wave-roll#readme",
"devDependencies": {
"@types/node": "^24.0.3",
"typescript": "^5.8.3",
"vite": "^7.0.0"
},
"dependencies": {
"@tonejs/midi": "^2.0.28",
"d3-scale": "^4.0.2",
"pixi.js": "^8.10.2",
"tone": "^15.1.22"
}
}