UNPKG

@known-as-bmf/hookable

Version:
50 lines (49 loc) 1.15 kB
{ "name": "@known-as-bmf/hookable", "version": "3.0.8", "author": "Julien Avert", "description": "Function hooking utility.", "keywords": [ "javascript", "typescript", "aspect", "hooks", "function hook" ], "repository": { "type": "git", "url": "https://github.com/known-as-bmf/store.git" }, "homepage": "https://github.com/known-as-bmf/store/tree/master/packages/hookable", "bugs": "https://github.com/known-as-bmf/store/issues", "license": "MIT", "files": [ "dist", "src" ], "main": "dist/index.cjs.js", "module": "dist/index.es.js", "typings": "dist/index.d.ts", "scripts": { "start": "", "build": "tscli build", "test": "tscli test", "test:watch": "tscli test --watch", "test:coverage": "tscli test --coverage", "lint": "tscli lint", "doc": "api-extractor run --local --verbose", "prepublishOnly": "tscli build" }, "devDependencies": { "@known-as-bmf/eslint-config-bmf": "1.0.7", "@known-as-bmf/toolchain": "1.0.0", "@types/jest": "26.0.20", "eslint": "7.21.0", "jest-extended": "0.11.5", "tslib": "2.1.0", "typescript": "4.2.2" }, "publishConfig": { "access": "public" } }