webaudiofont-npm
Version:
Soundfonts for web. About of 2000 musical instruments. GM MIDI compatible.
47 lines (46 loc) • 951 B
JSON
{
"name": "webaudiofont-npm",
"version": "1.0.0",
"description": "Soundfonts for web. About of 2000 musical instruments. GM MIDI compatible.",
"keywords": [
"audio",
"guitar",
"piano",
"music",
"drums",
"beat",
"sound",
"synthesizer",
"wavetable",
"midi",
"soundfont",
"synth",
"mixer",
"distortion",
"microtonal",
"kontakt"
],
"repository": {
"type": "git",
"url": "git+https://github.com/surikov/webaudiofont.git"
},
"license": "GPL-3.0-or-later",
"type": "module",
"module": "npm/dist/index.js",
"main": "npm/dist/index.js",
"types": "npm/dist/index.d.ts",
"devDependencies": {
"typescript": "^5"
},
"scripts": {
"build": "rm -rf npm/dist && tsc --build npm/src/tsconfig.json",
"prepublishOnly": "npm run build"
},
"dependencies": {
"typedoc": "^0.22.14"
},
"files": [
"npm/dist",
"!**/tsconfig.tsbuildinfo"
]
}