UNPKG

soundcraft-ui-connection

Version:

Library for controlling the Soundcraft Ui series audio mixers

39 lines (38 loc) 899 B
{ "name": "soundcraft-ui-connection", "description": "Library for controlling the Soundcraft Ui series audio mixers", "version": "7.0.2", "type": "commonjs", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "license": "MIT", "author": "Ferdinand Malcher <ferdinand@malcher.media>", "repository": { "type": "git", "url": "https://github.com/fmalcher/soundcraft-ui.git" }, "bugs": { "url": "https://github.com/fmalcher/soundcraft-ui/issues" }, "homepage": "https://fmalcher.github.io/soundcraft-ui", "keywords": [ "Soundcraft Ui", "Mixer control", "Audio", "Audio mixer", "Sound" ], "engines": { "node": ">=22" }, "dependencies": {} }