tonal-fretboard
Version:
Filter notes
28 lines (27 loc) • 551 B
JSON
{
"name": "tonal-fretboard",
"version": "0.69.9",
"description": "Filter notes",
"keywords": [
"music",
"theory",
"fretboard",
"tonal"
],
"scripts": {
"test": "jest --coverage"
},
"main": "build/index.js",
"module": "index",
"author": "danigb",
"license": "MIT",
"dependencies": {
"tonal-array": "^0.69.7",
"tonal-dictionary": "^0.69.9",
"tonal-interval": "^0.69.9",
"tonal-note": "^0.69.9",
"tonal-pcset": "^0.69.9",
"tonal-range": "^0.69.9",
"tonal-transpose": "^0.69.7"
}
}