UNPKG

@tonaljs/voice-leading

Version:

Voice leading logic for transitions between voicings

31 lines (30 loc) 598 B
{ "name": "@tonaljs/voice-leading", "version": "5.1.2", "description": "Voice leading logic for transitions between voicings", "keywords": [ "chord", "voicing", "voicings", "music", "theory", "@tonaljs" ], "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "types": "dist/index.d.ts", "dependencies": { "@tonaljs/note": "4.12.1" }, "author": "felix91@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }