UNPKG

@byndyusoft-ui/use-event-listener

Version:
37 lines (36 loc) 1.02 kB
{ "name": "@byndyusoft-ui/use-event-listener", "version": "0.1.2", "description": "Byndyusoft UI React Hook", "keywords": [ "byndyusoft", "byndyusoft-ui", "react", "hook", "event-listener" ], "author": "Viktor Smorodin <smorodin@byndyusoft.com>", "homepage": "https://github.com/Byndyusoft/ui/tree/master/hooks/use-event-listener#readme", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Byndyusoft/ui.git" }, "scripts": { "build": "tsc --project tsconfig.build.json", "clean": "rimraf dist", "lint": "eslint src --config ../../eslint.config.js", "test": "jest --config ../../jest.config.js --roots hooks/use-event-listener/src" }, "bugs": { "url": "https://github.com/Byndyusoft/ui/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@byndyusoft-ui/use-latest-ref": "*" } }