midi-file
Version:
Parse and write MIDI files
32 lines (31 loc) • 688 B
JSON
{
"name": "midi-file",
"version": "1.2.4",
"description": "Parse and write MIDI files",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "ts-node ./tests/tsd.ts"
},
"author": "Carter Thaxton",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/carter-thaxton/midi-file.git"
},
"keywords": [
"MIDI",
"file",
"parse",
"write"
],
"bugs": {
"url": "https://github.com/carter-thaxton/midi-file/issues"
},
"homepage": "https://github.com/carter-thaxton/midi-file#readme",
"devDependencies": {
"@types/node": "^16.11.10",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}