karabiner.ts-greg-mods
Version:
Powerful mods for karabiner.ts.
44 lines (43 loc) • 990 B
JSON
{
"name": "karabiner.ts-greg-mods",
"version": "0.7.0",
"description": "Powerful mods for karabiner.ts.",
"license": "MIT",
"author": "Grzegorz Milka",
"homepage": "https://github.com/gregorias/karabiner.ts-greg-mods",
"repository": {
"type": "git",
"url": "git+https://github.com/gregorias/karabiner.ts-greg-mods.git"
},
"bugs": {
"url": "https://github.com/gregorias/karabiner.ts-greg-mods/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"karabiner.ts": "^1.33.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^22.17.0",
"jest": "^30.0.5",
"karabiner.ts": "^1.33.0",
"ts-jest": "^29.4.0",
"typescript": "^5.9.2"
},
"files": [
"dist"
],
"keywords": [
"karabiner",
"karabiner-elements",
"karabiner.ts",
"qmk",
"home-row-mods"
]
}