abc-notation-transposition
Version:
A robust utility for transposing ABC Notation by half steps.
38 lines (37 loc) • 900 B
JSON
{
"name": "abc-notation-transposition",
"version": "1.0.5",
"description": "A robust utility for transposing ABC Notation by half steps.",
"main": "index.js",
"scripts": {
"test": "jest",
"coverage": "jest --collectCoverage --",
"coverage:badge": "coverage-badge-creator"
},
"keywords": [
"abc",
"music",
"notation",
"transpose",
"transposition"
],
"author": "dvorakjt",
"homepage": "https://github.com/dvorakjt/abc-notation-transposition#readme",
"bugs": "https://github.com/dvorakjt/abc-notation-transposition/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dvorakjt/abc-notation-transposition.git"
},
"devDependencies": {
"coverage-badge-creator": "^1.0.14",
"jest": "^29.2.2"
},
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
}
}