add karabiner-ts project that built my current configuration

This commit is contained in:
Ivar Fatland
2026-03-02 09:10:15 +01:00
parent 5635882e5d
commit be1ecb0679
4 changed files with 697 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "karabiner-config",
"description": "karabiner config in karabiner.ts",
"scripts": {
"build": "tsx src/index.ts",
"update": "npm update karabiner.ts"
},
"devDependencies": {
"@types/node": "^20",
"karabiner.ts": "latest",
"tsx": "^4",
"typescript": "^5"
}
}