{
  "name": "tonal-pitch",
  "version": "0.69.7",
  "description": "Music pitch utilities",
  "keywords": [
    "music",
    "theory",
    "pitch",
    "tonal"
  ],
  "scripts": {
    "test": "jest --coverage"
  },
  "main": "build/index.js",
  "module": "index",
  "author": "danigb",
  "license": "MIT",
  "dependencies": {
    "interval-notation": "^1.0.1",
    "note-parser": "^2.0.1",
    "tonal-encoding": "^0.69.7"
  }
}
