rhythmic-scale
Version:
A utility library for building modular scale systems.
49 lines (48 loc) • 1.38 kB
JSON
{
"name": "rhythmic-scale",
"version": "0.0.8",
"description": "A utility library for building modular scale systems.",
"main": "dist/index.bundle.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node npm_scripts/run_test.mjs",
"test:update": "node npm_scripts/run_test.mjs update",
"clean": "node npm_scripts/run_clean.mjs",
"lint": "node npm_scripts/run_lint.mjs",
"rollup": "node npm_scripts/run_rollup.mjs",
"build": "node npm_scripts/run_build.mjs",
"compile": "node npm_scripts/run_compile.mjs",
"prepublishOnly": "node npm_scripts/run_prepublish.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/ALMaclaine/rhythmic-scale.git"
},
"files": [
"dist"
],
"keywords": [
"Modular",
"Rhythmic",
"Scale",
"Responive"
],
"author": "Alessandro Maclaine",
"license": "MIT",
"bugs": {
"url": "https://github.com/ALMaclaine/rhythmic-scale/issues"
},
"homepage": "https://github.com/ALMaclaine/rhythmic-scale/",
"dependencies": {
"empxrem": "^0.0.14",
"musical-ratios": "^0.0.10"
},
"devDependencies": {
"@almaclaine/eslint-config": "^0.0.20",
"@almaclaine/jest-config": "^0.0.3",
"@almaclaine/npm-scripts": "^0.0.15",
"@almaclaine/rollup-config": "^0.0.18",
"@almaclaine/ts-config": "^0.2.12"
}
}