UNPKG

@tonaljs/pitch-interval

Version:

Parse intervals in shorthand notation

30 lines (29 loc) 577 B
{ "name": "@tonaljs/pitch-interval", "version": "6.1.0", "description": "Parse intervals in shorthand notation", "keywords": [ "note", "music", "theory", "interval", "shorthand notation" ], "dependencies": { "@tonaljs/pitch": "5.0.2" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "author": "danigb@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }