UNPKG

isomorphic-qwerty

Version:

Isomorphic coordinate-system for the QWERTY keyboard with sustain using the Shift key

48 lines (47 loc) 1.17 kB
{ "name": "isomorphic-qwerty", "version": "0.0.4", "description": "Isomorphic coordinate-system for the QWERTY keyboard with sustain using the Shift key", "funding": { "type": "github", "url": "https://github.com/sponsors/frostburn" }, "main": "dist/index", "files": [ "dist" ], "types": "dist/index.d.ts", "license": "MIT", "keywords": [ "QWERTY", "Keyboard", "Isomorphic", "Controller", "Sustain" ], "author": "Lumi Pakkanen", "bugs": { "url": "https://github.com/xenharmonic-devs/isomorphic-qwerty/issues" }, "homepage": "https://github.com/xenharmonic-devs/isomorphic-qwerty#readme", "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 isomorphic-qwerty" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "20.8.2", "gts": "^5.3.1", "jsdom": "^23.2.0", "typedoc": "^0.25.13", "typescript": "~5.2.0", "vitest": "^0.34.6" } }