UNPKG

@tonaljs/note

Version:

Parse and manipulate music notes in scientific notation

33 lines (32 loc) 711 B
{ "name": "@tonaljs/note", "version": "4.12.1", "description": "Parse and manipulate music notes in scientific notation", "keywords": [ "note", "music", "theory", "music-theory" ], "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "types": "dist/index.d.ts", "dependencies": { "@tonaljs/pitch": "5.0.2", "@tonaljs/pitch-interval": "6.1.0", "@tonaljs/pitch-distance": "5.0.5", "@tonaljs/pitch-note": "6.1.0", "@tonaljs/midi": "4.10.2" }, "author": "danigb@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }