UNPKG

@vericus/slate-kit-bind-hotkey

Version:

a slate helper plugin to associate hotkey(s) to slate change

60 lines (59 loc) 1.79 kB
{ "name": "@vericus/slate-kit-bind-hotkey", "version": "0.2.18", "description": "a slate helper plugin to associate hotkey(s) to slate change", "repository": "git://github.com/Vericus/slate-kit.git", "author": "Cadmus", "license": "MIT", "publishConfig": { "access": "public" }, "main": "lib/slate-kit-bind-hotkey.cjs.js", "types": "lib/index.d.ts", "module": "lib/slate-kit-bind-hotkey.es.js", "umd": "lib/slate-kit-bind-hotkey.umd.js", "umdMin": "lib/slate-kit-bind-hotkey.umd.min.js", "files": [ "lib/" ], "slate-kit": { "type": "module" }, "scripts": { "clean": "yarn run clean:module && yarn run clean:build", "clean:module": "rm -rf ./node_modules", "clean:build": "rm -rf ./lib ./.tsbuildinfo", "type-check": "tsc --noEmit", "type-check:watch": "TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling npm run type-check -- --watch", "build": "tsc -p .", "build:watch": "TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling npm run build -- --watch", "postbuild": "rollup -c ./rollup.config.ts", "postbuild:watch": "npm run postbuild -- --watch", "watch": "npx npm-run-all -l -r -n -p *:watch" }, "dependencies": { "debug": ">=3.1.0", "immutable": ">=3.8.2", "tslib": "^1.9.3" }, "devDependencies": { "@vericus/slate-kit-typescript-typings": "^1.1.14", "@vericus/slate-kit-utils-hyperscript": "^0.2.16", "expect": "^23.1.0", "is-hotkey": ">=0.1.2", "slate": ">=0.44.0 <0.46.0", "to-camel-case": "^1.0.0" }, "peerDependencies": { "is-hotkey": ">=0.1.2", "slate": ">=0.44.0 <0.46.0" }, "keywords": [ "Vericus", "slate", "slate-kit", "slate-plugin", "hotkeys" ], "gitHead": "023a23a9a885aceeb16c8592489e4f058da925fe" }