@tonaljs/chord-detect
Version:
Detect chord name based on note names
32 lines (31 loc) • 647 B
JSON
{
"name": "@tonaljs/chord-detect",
"version": "4.9.1",
"description": "Detect chord name based on note names",
"keywords": [
"chord-detect",
"music",
"theory",
"tonal",
"music-theory"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-type": "5.1.1",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/pcset": "4.10.1"
},
"author": "danigb@gmail.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup index.ts --sourcemap --dts --format esm,cjs"
}
}