{
  "name": "@tonaljs/voicing",
  "version": "5.1.3",
  "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.2",
    "@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.3"
  },
  "author": "felix91@gmail.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup index.ts --sourcemap --dts --format esm,cjs"
  }
}
