UNPKG

12tet

Version:

Music theory library for generating and working with chords, modes, intervals, etc.

53 lines (52 loc) 1.22 kB
{ "name": "12tet", "version": "0.0.26-alpha", "description": "Music theory library for generating and working with chords, modes, intervals, etc.", "main": "./lib/src/index.js", "types": "./lib/src/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "clean": "rm -rf ./lib/", "lint": "eslint ./src/ --fix", "test:watch": "jest --watch", "test": "jest --coverage", "typecheck": "tsc --noEmit", "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/nccurry/12tet.git" }, "keywords": [ "music", "theory", "chord", "interval", "key", "mode", "note", "voicing", "generator" ], "author": "Nick Curry <code@nickcurry.com>", "license": "MIT", "engines": { "node": ">=12.0" }, "bugs": { "url": "https://github.com/nccurry/12tet/issues" }, "homepage": "https://github.com/nccurry/12tet#readme", "devDependencies": { "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", "eslint": "^8.48.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2", "ts-results": "^3.3.0" } }