@ng-web-apis/midi
Version:
An Observable based library for the use of Web MIDI API with Angular
59 lines • 1.33 kB
JSON
{
"name": "@ng-web-apis/midi",
"version": "5.1.0",
"description": "An Observable based library for the use of Web MIDI API with Angular",
"keywords": [
"angular",
"ng",
"midi",
"audio",
"music",
"synth",
"keyboard"
],
"homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/midi/README.md",
"bugs": "https://github.com/taiga-family/ng-web-apis/issues",
"repository": {
"type": "git",
"url": "https://github.com/taiga-family/ng-web-apis"
},
"license": "Apache-2.0",
"author": {
"name": "Alexander Inkin",
"email": "alexander@inkin.ru"
},
"contributors": [
{
"name": "Roman Sedov",
"email": "79601794011@ya.ru"
},
{
"name": "Alexander Inkin",
"email": "alexander@inkin.ru"
}
],
"peerDependencies": {
"@angular/core": ">=19.0.0",
"@ng-web-apis/common": "^5.1.0",
"@types/webmidi": ">=2.1.0",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/ng-web-apis-midi.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-web-apis-midi.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}