UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

141 lines (140 loc) 4.37 kB
{ "name": "vexflow", "version": "4.1.0", "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/support", "releases/vexflow-min.js", "releases/vexflow-debug.js", "AUTHORS.md" ], "bugs": { "url": "https://github.com/0xfe/vexflow/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "canvas": "^2.8.0", "circular-dependency-plugin": "^5.2.2", "concurrently": "^7.0.0", "eslint": "^8.5.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", "fork-ts-checker-webpack-plugin": "^6.5.0", "grunt": "^1.4.1", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-qunit": "^5.1.1", "grunt-eslint": "^24.0.0", "grunt-webpack": "^5.0.0", "jsdom": "^19.0.0", "jspdf": "^2.5.0", "npm": "^8.3.0", "opener": "^1.5.2", "opentype.js": "^1.3.4", "prettier": "^2.5.1", "puppeteer": "^13.0.1", "qunit": "^2.17.2", "recursive-copy": "^2.0.13", "release-it": "^15.4.2", "sharp": "^0.29.3", "string-replace-loader": "^3.1.0", "svg2pdf.js": "^2.2.0", "ts-loader": "^9.2.6", "tsc-watch": "^4.6.0", "typedoc": "^0.22.10", "typescript": "^4.5.4", "webpack": "^5.65.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" ] }