{
  "name": "vexflow",
  "version": "4.2.1",
  "description": "A JavaScript library for rendering music notation and guitar tablature.",
  "exports": {
    ".": {
      "types": "./build/types/entry/vexflow.d.ts",
      "require": "./build/cjs/vexflow.js",
      "import": "./build/esm/entry/vexflow.js"
    },
    "./bravura": {
      "types": "./build/types/entry/vexflow-bravura.d.ts",
      "require": "./build/cjs/vexflow-bravura.js",
      "import": "./build/esm/entry/vexflow-bravura.js"
    },
    "./gonville": {
      "types": "./build/types/entry/vexflow-gonville.d.ts",
      "require": "./build/cjs/vexflow-gonville.js",
      "import": "./build/esm/entry/vexflow-gonville.js"
    },
    "./leland": {
      "types": "./build/types/entry/vexflow-leland.d.ts",
      "require": "./build/cjs/vexflow-leland.js",
      "import": "./build/esm/entry/vexflow-leland.js"
    },
    "./petaluma": {
      "types": "./build/types/entry/vexflow-petaluma.d.ts",
      "require": "./build/cjs/vexflow-petaluma.js",
      "import": "./build/esm/entry/vexflow-petaluma.js"
    },
    "./core": {
      "types": "./build/types/entry/vexflow-core.d.ts",
      "require": "./build/cjs/vexflow-core.js",
      "import": "./build/esm/entry/vexflow-core.js"
    },
    "./font/bravura": {
      "types": "./build/types/entry/vexflow-font-bravura.d.ts",
      "require": "./build/cjs/vexflow-font-bravura.js",
      "import": "./build/esm/entry/vexflow-font-bravura.js"
    },
    "./font/gonville": {
      "types": "./build/types/entry/vexflow-font-gonville.d.ts",
      "require": "./build/cjs/vexflow-font-gonville.js",
      "import": "./build/esm/entry/vexflow-font-gonville.js"
    },
    "./font/petaluma": {
      "types": "./build/types/entry/vexflow-font-petaluma.d.ts",
      "require": "./build/cjs/vexflow-font-petaluma.js",
      "import": "./build/esm/entry/vexflow-font-petaluma.js"
    },
    "./font/custom": {
      "types": "./build/types/entry/vexflow-font-custom.d.ts",
      "require": "./build/cjs/vexflow-font-custom.js",
      "import": "./build/esm/entry/vexflow-font-custom.js"
    }
  },
  "main": "./build/cjs/vexflow.js",
  "browser": "./build/cjs/vexflow.js",
  "module": "./build/esm/entry/vexflow.js",
  "types": "./build/types/entry/vexflow.d.ts",
  "unpkg": "./build/cjs/vexflow.js",
  "jsdelivr": "./build/cjs/vexflow.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/0xfe/vexflow.git"
  },
  "author": {
    "name": "Mohit Muthanna Cheppudira",
    "email": "mohit@muthanna.com",
    "url": "https://muthanna.com/"
  },
  "license": "MIT",
  "files": [
    "build",
    "src",
    "entry",
    "tests/flow.html",
    "tests/flow.css",
    "tests/qunit/qunit.css",
    "tests/qunit/qunit.js",
    "releases/vexflow-min.js",
    "releases/vexflow-debug.js",
    "AUTHORS.md"
  ],
  "bugs": {
    "url": "https://github.com/0xfe/vexflow/issues"
  },
  "devDependencies": {
    "@types/qunit": "^2.19.5",
    "@types/node": "^18.16.3",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "canvas": "^2.11.2",
    "circular-dependency-plugin": "^5.2.2",
    "concurrently": "^8.0.1",
    "eslint": "^8.39.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "fork-ts-checker-webpack-plugin": "^8.0.0",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-qunit": "^7.0.0",
    "grunt-eslint": "^24.0.1",
    "grunt-webpack": "^5.0.0",
    "jsdom": "^21.1.2",
    "jspdf": "^2.5.1",
    "npm": "^9.6.5",
    "opener": "^1.5.2",
    "opentype.js": "^1.3.4",
    "prettier": "^2.8.8",
    "puppeteer": "^19.11.1",
    "qunit": "^2.19.4",
    "recursive-copy": "^2.0.14",
    "release-it": "^15.10.2",
    "sharp": "^0.32.1",
    "string-replace-loader": "^3.1.0",
    "svg2pdf.js": "^2.2.1",
    "terser-webpack-plugin": "^5.3.7",
    "ts-loader": "^9.4.2",
    "tsc-watch": "^6.0.4",
    "typedoc": "^0.24.6",
    "typescript": "^5.0.4",
    "webpack": "^5.81.0"
  },
  "scripts": {
    "start": "grunt",
    "test": "grunt test",
    "reference": "grunt reference",
    "test:reference": "grunt test:reference",
    "test:reference:cache": "grunt test:reference:cache"
  },
  "homepage": "https://vexflow.com/",
  "keywords": [
    "music",
    "notation",
    "piano",
    "guitar",
    "tablature"
  ]
}
