UNPKG

ng-hotkeys

Version:

ng-hotkeys for Angular 14+

49 lines (48 loc) 1.31 kB
{ "name": "ng-hotkeys", "version": "14.2.9", "description": "ng-hotkeys for Angular 14+", "keywords": [ "angular", "keyboard", "shortcuts", "ng", "keyboard-shortcuts", "rxjs" ], "license": "MIT", "author": "Justyna Bajer <justab84@gmail.com> (https://github.com/justaSwing)", "homepage": "https://github.com/justaSwing/ng-hotkeys", "repository": "github.com/justaSwing/ng-hotkeys", "bugs": "https://github.com/justaSwing/ng-hotkeys/issues", "peerDependencies": { "@angular/core": "^14.2.8", "@angular/common": "^14.2.8", "rxjs": "^7.5.2", "zone.js": "^0.11.4", "core-js": "^3.20.3" }, "module": "fesm2015/ng-hotkeys.mjs", "es2020": "fesm2020/ng-hotkeys.mjs", "esm2020": "esm2020/ng-hotkeys.mjs", "fesm2020": "fesm2020/ng-hotkeys.mjs", "fesm2015": "fesm2015/ng-hotkeys.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ng-hotkeys.mjs", "es2020": "./fesm2020/ng-hotkeys.mjs", "es2015": "./fesm2015/ng-hotkeys.mjs", "node": "./fesm2015/ng-hotkeys.mjs", "default": "./fesm2020/ng-hotkeys.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }