tonal-note
Version:
Parse and manipulate music notes in scientific notation
30 lines (29 loc) • 724 B
JSON
{
"name": "tonal-note",
"version": "2.2.2",
"repository": "https://github.com/danigb/tonal/packages/note",
"description": "Parse and manipulate music notes in scientific notation",
"keywords": [
"note",
"music",
"theory",
"tonal"
],
"scripts": {
"docs": "jsdoc2md --files 'index.ts' --configure ../../config/jsdoc2md.json > README.md",
"test": "jest --coverage",
"build": "rollup -c ../../config/rollup.config.ts.js index.ts"
},
"main": "build/es5.js",
"module": "build/es6.js",
"types": "build/index.d.ts",
"jsnext:main": "index",
"author": "danigb",
"license": "MIT",
"jest": {
"preset": "ts-jest"
},
"devDependencies": {
"jsdoc-babel": "^0.5.0"
}
}