UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

61 lines (60 loc) 1.49 kB
{ "name": "wave-roll", "version": "0.4.0", "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", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/wave-roll.es.js", "require": "./dist/wave-roll.umd.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "scripts": { "build": "vite build && pnpm run build:types", "build:types": "tsc -p tsconfig.json --emitDeclarationOnly", "dev": "vite", "preview": "vite preview", "watch": "vite build --watch", "test": "vitest run", "test:watch": "vitest" }, "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", "sideEffects": true, "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", "jsdom": "^27.0.0", "typescript": "^5.8.3", "vite": "^7.2.6", "vitest": "^2.1.9" }, "dependencies": { "@tonejs/midi": "^2.0.28", "d3-scale": "^4.0.2", "pixi.js": "^8.10.2", "tone": "^15.1.22" } }