@ramstack/vue-hotkey
Version:
A lightweight package simplifies the handling of keyboard shortcuts within Vue applications. No external dependencies
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@ramstack/vue-hotkey",
"description": "A lightweight package simplifies the handling of keyboard shortcuts within Vue applications. No external dependencies",
"version": "1.2.0",
"type": "module",
"main": "dist/vue-hotkey.esm.js",
"module": "dist/vue-hotkey.esm.js",
"types": "dist/types/vue-hotkey.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rameel/ramstack.vue-hotkey.js.git"
},
"author": "rameel <rameel-b@hotmail.com>",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"prebuild": "npm run clean",
"clean": "rimraf dist"
},
"keywords": [
"hotkey",
"shortkey",
"shortcut"
],
"peerDependencies": {
"vue": "^3.3.0"
},
"devDependencies": {
"@ramstack/hotkey": "^1.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.34.9",
"rollup-plugin-bundle-size": "^1.0.3",
"terser": "^5.39.0",
"tslib": "^2.8.1"
}
}