@ngneat/hotkeys
Version:
A declarative library for handling hotkeys in Angular applications
42 lines • 968 B
JSON
{
"name": "@ngneat/hotkeys",
"version": "4.1.0",
"description": "A declarative library for handling hotkeys in Angular applications",
"keywords": [
"angular",
"angular 2",
"hotkeys",
"shortcuts",
"help modal",
"shortcuts modal"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ngneat/hotkeys/issue"
},
"homepage": "https://github.com/ngneat/hotkeys#readme",
"dependencies": {
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ngneat/hotkeys"
},
"module": "fesm2022/ngneat-hotkeys.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngneat-hotkeys.mjs",
"esm": "./esm2022/ngneat-hotkeys.mjs",
"default": "./fesm2022/ngneat-hotkeys.mjs"
}
},
"sideEffects": false
}