@waradu/keyboard
Version:
A keyboard manager compatible with JavaScript, TypeScript and Nuxt
71 lines (70 loc) • 1.61 kB
JSON
{
"name": "@waradu/keyboard",
"version": "9.0.3",
"description": "A keyboard manager compatible with JavaScript, TypeScript and Nuxt",
"keywords": [
"events",
"hotkeys",
"keybinds",
"keyboard",
"nuxt",
"shortcuts"
],
"homepage": "https://waradu.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/waradu/keyboard.git"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"./nuxt": {
"types": "./dist/nuxt/module.d.mts",
"import": "./dist/nuxt/module.mjs"
}
},
"scripts": {
"build": "unbuild",
"prepack": "bun run build",
"playground": "cd playground && bun dev",
"playground:prepare": "cd playground && bun i",
"setup": "lefthook install",
"lint": "oxlint .",
"lint:fix": "oxlint . --fix --fix-suggestions",
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.10.6",
"@nuxt/kit": "4.4.8",
"@nuxt/schema": "4.4.8",
"@types/bun": "1.3.14",
"@types/node": "^26.1.0",
"lefthook": "^2.1.9",
"nuxt": "4.4.8",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"typescript": "6.0.3",
"unbuild": "^3.0.0"
},
"peerDependencies": {
"@nuxt/kit": ">=4.0.0"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
}
}
}