UNPKG

@tonaljs/key

Version:

Functions to work with musical keys

35 lines (34 loc) 707 B
{ "name": "@tonaljs/key", "version": "4.11.2", "description": "Functions to work with musical keys", "keywords": [ "key", "music", "theory", "music-theory" ], "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "types": "dist/index.d.ts", "dependencies": { "@tonaljs/pitch-note": "6.1.0", "@tonaljs/note": "4.12.1", "@tonaljs/roman-numeral": "4.9.1" }, "devDependencies": { "@tonaljs/chord": "6.1.1", "@tonaljs/scale": "4.13.3" }, "author": "danigb@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }