ji-lattice
Version:
Algorithms for projecting just intonation and equally tempered scales onto the screen.
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "ji-lattice",
"version": "0.2.2",
"description": "Algorithms for projecting just intonation and equally tempered scales onto the screen.",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/frostburn"
},
"main": "dist/index",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint",
"doc": "typedoc src/index.ts . --name ji-lattice"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xenharmonic-devs/ji-lattice.git"
},
"keywords": [
"Just",
"Intonation",
"Microtonal",
"Music",
"Projection",
"Lattice",
"Kraig",
"Grady",
"Equal",
"Temperament"
],
"author": "Lumi Pakkanen",
"license": "MIT",
"bugs": {
"url": "https://github.com/xenharmonic-devs/ji-lattice/issues"
},
"homepage": "https://github.com/xenharmonic-devs/ji-lattice#readme",
"devDependencies": {
"@types/node": "20.8.2",
"gts": "^5.3.1",
"typedoc": "^0.25.13",
"typescript": "~5.2.0",
"vitest": "^1.6.0"
},
"dependencies": {
"xen-dev-utils": "^0.11.1"
}
}