UNPKG

@tonaljs/core

Version:

Music theory library

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