karabiner.ts-greg-mods
Version:
Powerful mods for karabiner.ts.
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "karabiner.ts-greg-mods",
"version": "0.8.2",
"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",
"lint": "eslint",
"test": "jest",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"karabiner.ts": "^1.38.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^26.0.0",
"eslint": "^10.0.0",
"jest": "^30.4.2",
"karabiner.ts": "^1.38.0",
"ts-jest": "^29.4.0",
"typescript": "^5.0.0"
},
"files": [
"dist"
],
"keywords": [
"karabiner",
"karabiner-elements",
"karabiner.ts",
"qmk",
"home-row-mods"
],
"allowScripts": {
"fsevents@2.3.3": true,
"unrs-resolver@1.12.2": true
}
}