UNPKG

@tonaljs/pcset

Version:

Functions to work with midi numbers

34 lines (33 loc) 709 B
{ "name": "@tonaljs/pcset", "version": "4.10.1", "description": "Functions to work with midi numbers", "keywords": [ "note", "midi", "music", "theory", "music-theory" ], "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "types": "dist/index.d.ts", "dependencies": { "@tonaljs/collection": "4.9.0", "@tonaljs/pitch": "5.0.2", "@tonaljs/pitch-distance": "5.0.5", "@tonaljs/pitch-interval": "6.1.0", "@tonaljs/pitch-note": "6.1.0" }, "author": "danigb@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }