UNPKG

kbind

Version:

Library for working with keybinds

58 lines (57 loc) 1.56 kB
{ "name": "kbind", "version": "1.1.4", "description": "Library for working with keybinds", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix", "prepare": "npx husky", "publish": "npm run build & npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/fin-39/kbind.git" }, "keywords": [ "binds", "keybinds", "hotkeys", "web", "typescript" ], "author": "Fin", "license": "MIT", "bugs": { "url": "https://github.com/fin-39/kbind/issues" }, "homepage": "https://github.com/fin-39/kbind#readme", "devDependencies": { "@eslint/js": "^9.10.0", "@types/lodash": "^4.17.7", "@types/node": "^22.5.5", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.30.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.9.0", "prettier": "^3.3.3", "typescript": "^5.6.2", "typescript-eslint": "^8.6.0", "vite": "^5.4.6", "vite-plugin-dts": "^4.2.1" }, "dependencies": { "lodash": "^4.17.21" } }