{
  "name": "tonal-dictionary",
  "version": "2.2.2",
  "description": "Tonal key/value utilities",
  "repository": "https://github.com/danigb/tonal/packages/dictionary",
  "keywords": [
    "music",
    "theory",
    "dictionary",
    "tonal"
  ],
  "scripts": {
    "docs": "jsdoc2md -d 1 --name-format --member-index-format list index.js > README.md",
    "test": "jest --coverage",
    "build": "npm run build-es5 && npm run build-es6",
    "build-es5": "rollup -c ../../config/rollup.config.es5.js -- index.js",
    "build-es6": "buble --no modules index.js -o build/es6.js"
  },
  "main": "build/es5.js",
  "module": "build/es6.js",
  "author": "danigb@gmail.com",
  "license": "MIT",
  "dependencies": {
    "tonal-array": "^2.2.2",
    "tonal-note": "^2.2.2",
    "tonal-pcset": "^2.2.2"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/(?!tonal)"
    ]
  }
}
