{
  "name": "tonal",
  "version": "6.4.3",
  "description": "tonaljs music theory library",
  "keywords": [
    "music",
    "theory",
    "music-theory"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "files": [
    "README.md",
    "dist",
    "browser"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@tonaljs/abc-notation": "4.9.1",
    "@tonaljs/array": "4.8.4",
    "@tonaljs/chord-type": "5.1.1",
    "@tonaljs/chord": "6.1.2",
    "@tonaljs/collection": "4.9.0",
    "@tonaljs/core": "5.0.2",
    "@tonaljs/duration-value": "4.9.0",
    "@tonaljs/interval": "5.1.0",
    "@tonaljs/key": "4.11.2",
    "@tonaljs/midi": "4.10.2",
    "@tonaljs/mode": "4.9.2",
    "@tonaljs/note": "4.12.1",
    "@tonaljs/pcset": "4.10.1",
    "@tonaljs/progression": "4.9.2",
    "@tonaljs/range": "4.9.2",
    "@tonaljs/rhythm-pattern": "1.0.0",
    "@tonaljs/roman-numeral": "4.9.1",
    "@tonaljs/scale-type": "4.9.2",
    "@tonaljs/scale": "4.13.4",
    "@tonaljs/time-signature": "4.9.0",
    "@tonaljs/voice-leading": "5.1.2",
    "@tonaljs/voicing-dictionary": "5.1.3",
    "@tonaljs/voicing": "5.1.3"
  },
  "author": "danigb@gmail.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tonaljs/tonal.git",
    "directory": "packages/tonal"
  },
  "scripts": {
    "build": "npm run build:node && npm run build:browser",
    "build:node": "tsup index.ts --sourcemap --dts --format esm,cjs",
    "build:browser": "esbuild index.ts --format=iife --global-name=Tonal --bundle --minify --sourcemap --outfile=browser/tonal.min.js",
    "test": "jest"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    }
  }
}
