@tonaljs/scale-type
Version:
A dictionary of musical scales
30 lines (29 loc) • 564 B
JSON
{
"name": "@tonaljs/scale-type",
"version": "4.9.1",
"description": "A dictionary of musical scales",
"keywords": [
"scale",
"dictionary",
"music",
"theory",
"music-theory"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/pcset": "4.10.1"
},
"author": "danigb@gmail.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup index.ts --sourcemap --dts --format esm,cjs"
}
}