Fountain Coach Gitowner-controlled · read only

midi-backplane.git · package.json

midi-backplane.git / package.json

revision 77c4f206abdb5139ca9c23cc6242504488340b8c · complete file

{
  "name": "@fountain-coach/midi-backplane",
  "version": "1.0.1",
  "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"
  }
}