UNPKG

hooksi

Version:

Lightweight events hooking module

43 lines (42 loc) 894 B
{ "name": "hooksi", "version": "1.0.12", "description": "Lightweight events hooking module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "npx tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Glitnirian/hooksi.git" }, "author": "Glitnir", "license": "ISC", "bugs": { "url": "https://github.com/Glitnirian/hooksi/issues" }, "homepage": "https://github.com/Glitnirian/hooksi#readme", "devDependencies": { "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.9.7" }, "keywords": [ "Hooks", "events", "typescript", "event_emitter", "pub_sub", "subscription", "lightweight", "async", "exec", "features_rich" ] }