use-keybinds
Version:
Lightweight keybind library for React
45 lines (44 loc) • 967 B
JSON
{
"name": "use-keybinds",
"description": "Lightweight keybind library for React",
"version": "0.2.0",
"license": "MIT",
"keywords": [
"react",
"keybinds",
"hotkeys",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OfficialPesonen/use-keybinds.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"prepublishOnly": "yarn build"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"react": "^18"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "^4.6.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"tsup": "^7.2.0",
"typescript": "^4.8.3"
}
}