{
  "name": "myabcd",
  "version": "4.0.0",
  "description": "A JavaScript library for rendering music notation and guitar tablature.",
  "exports": {
    ".": {
      "types": "./build/src/entry/vexflow.d.ts",
      "require": "./build/vexflow.js",
      "import": "./build/esm/vexflow.js"
    },
    "./core": {
      "types": "./build/src/entry/vexflow-core.d.ts",
      "require": "./build/vexflow-core.js",
      "import": "./build/esm/vexflow-core.js"
    },
    "./core-with-bravura": {
      "types": "./build/src/entry/vexflow-core-with-bravura.d.ts",
      "require": "./build/vexflow-core-with-bravura.js",
      "import": "./build/esm/vexflow-core-with-bravura.js"
    },
    "./core-with-gonville": {
      "types": "./build/src/entry/vexflow-core-with-gonville.d.ts",
      "require": "./build/vexflow-core-with-gonville.js",
      "import": "./build/esm/vexflow-core-with-gonville.js"
    },
    "./core-with-petaluma": {
      "types": "./build/src/entry/vexflow-core-with-petaluma.d.ts",
      "require": "./build/vexflow-core-with-petaluma.js",
      "import": "./build/esm/vexflow-core-with-petaluma.js"
    }
  },
  "main": "build/vexflow.js",
  "module": "build/esm/vexflow.js",
  "types": "build/src/index.d.ts",
  "browser": "build/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"
  ],
  "bugs": {
    "url": "https://github.com/0xfe/vexflow/issues"
  },
  "dependencies": {
    "@types/offscreencanvas": "^2019.6.4"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "canvas": "^2.8.0",
    "eslint": "^8.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "glob": "^7.2.0",
    "grunt": "^1.4.1",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.4.3",
    "grunt-concurrent": "^3.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-qunit": "^5.1.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^24.0.0",
    "grunt-force-task": "^3.0.0",
    "grunt-git": "^1.1.1",
    "grunt-typedoc": "^0.2.4",
    "grunt-webpack": "^5.0.0",
    "jsdom": "^18.1.1",
    "jspdf": "^2.4.0",
    "npm": "^8.1.4",
    "opentype.js": "^1.3.4",
    "prettier": "^2.5.0",
    "qunit": "^2.17.2",
    "recursive-copy": "^2.0.13",
    "string-replace-loader": "^3.1.0",
    "svg2pdf.js": "^2.2.0",
    "ts-loader": "^9.2.6",
    "typedoc": "^0.22.10",
    "typescript": "^4.5.2",
    "webpack": "^5.64.4"
  },
  "scripts": {
    "start": "grunt stage",
    "reference": "grunt reference",
    "lint": "grunt eslint",
    "qunit": "grunt test",
    "generate:current": "node   ./tools/generate_png_images.js ../build     ./build/images/current   ${VF_GENERATE_OPTIONS}",
    "generate:reference": "node ./tools/generate_png_images.js ../reference ./build/images/reference ${VF_GENERATE_OPTIONS}",
    "diff:reference": "./tools/visual_regression.sh reference",
    "get:releases": "node ./tools/get_releases.mjs",
    "test": "npm run lint && npm run qunit && npm run generate:current",
    "test:reference": "npm run lint && npm run qunit && npm run generate:current && npm run generate:reference && npm run diff:reference",
    "cache:save:reference": "if [ -d ./build/images/reference ]; then rm -rf ./reference/images && mv ./build/images/reference ./reference/images; fi;",
    "cache:restore:reference": "if [ -d ./reference/images ]; then mv ./reference/images ./build/images/reference; else npm run generate:reference; fi;",
    "test:reference:cache": "npm run cache:save:reference && npm run lint && npm run qunit && npm run generate:current && npm run cache:restore:reference && npm run diff:reference"
  },
  "homepage": "https://vexflow.com/",
  "keywords": [
    "music",
    "notation",
    "piano",
    "guitar",
    "tablature"
  ]
}
