moment-of-symmetry
Version:
Moment of Symmetry (MOS) musical scale generation and analysis for Javascript
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "moment-of-symmetry",
"author": "Lumi Pakkanen",
"version": "0.8.5",
"description": "Moment of Symmetry (MOS) musical scale generation and analysis for Javascript",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/frostburn"
},
"main": "dist/src/index",
"repository": {
"type": "git",
"url": "git+https://github.com/xenharmonic-devs/moment-of-symmetry.git"
},
"bugs": {
"url": "https://github.com/xenharmonic-devs/moment-of-symmetry/issues"
},
"homepage": "https://github.com/xenharmonic-devs/moment-of-symmetry#readme",
"keywords": [
"Microtonal",
"Music",
"Xenharmonic",
"MOS",
"Moment of Symmetry",
"Musical Scale",
"Scale Generation",
"Scale"
],
"files": [
"dist"
],
"types": "dist/src/index.d.ts",
"devDependencies": {
"@types/node": "^20.19.0",
"gts": "^5.3.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vitest": "^3.2.3"
},
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint",
"test": "vitest",
"doc": "typedoc src/index.ts . --name moment-of-symmetry",
"pretamnams-extension": "npm run compile",
"tamnams-extension": "node dist/scripts/tamnams-extension",
"bench": "vitest bench"
},
"dependencies": {
"xen-dev-utils": "^0.11.2"
}
}