midi-backplane.git · package.json
midi-backplane.git / package.json
revision 514ffb34e9130f91da7ed9ec21a26cefa2b40a37 · complete file
{
"name": "midi-backplane",
"version": "0.2.0",
"description": "MIDI 2.0 pub/sub backplane and WebGPU bindings: owns the MIDI-native IDL, schema-to-facts generator, runtime bindings, and conformance suites.",
"type": "module",
"scripts": {
"lint:idl": "node tools/midi-schema-lint/index.mjs schema/idl.yaml",
"facts": "node tools/midi-schema-to-facts/index.mjs schema/idl.yaml",
"test": "node conformance/run.mjs",
"test:js": "node --test runtimes/js/test/message-handler.test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fountain-Coach/midi-backplane.git"
},
"keywords": [
"midi2",
"webgpu",
"backplane",
"idl"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fountain-Coach/midi-backplane/issues"
},
"homepage": "https://github.com/Fountain-Coach/midi-backplane#readme",
"exports": {
"./runtime": "./runtimes/js/src/index.mjs"
},
"dependencies": {
"yaml": "^2.4.1"
}
}