@tonaljs/voicing
Version:
Voicings and Voice Leading for Chords
36 lines (35 loc) • 756 B
JSON
{
"name": "@tonaljs/voicing",
"version": "5.1.2",
"description": "Voicings and Voice Leading for Chords",
"keywords": [
"chord",
"voicing",
"voicings",
"music",
"theory",
"@tonaljs"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord": "6.1.1",
"@tonaljs/interval": "5.1.0",
"@tonaljs/note": "4.12.1",
"@tonaljs/range": "4.9.2",
"@tonaljs/voice-leading": "5.1.2",
"@tonaljs/voicing-dictionary": "5.1.2"
},
"author": "felix91@gmail.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup index.ts --sourcemap --dts --format esm,cjs"
}
}