UNPKG

@hansogj/abonnement-js

Version:

lightweight naive event subscription

37 lines 1.03 kB
{ "name": "@hansogj/abonnement-js", "version": "4.7.2", "description": "lightweight naive event subscription", "main": "./dist/abonnement.js", "types": "./dist/abonnement.d.ts", "keywords": [ "event", "typescript", "js", "subscription" ], "dependencies": { "@hansogj/array.utils": "2.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/hansogj/utils-ws.git" }, "author": "Hans Ole Gjerdrum (hansogj@gmail.com)", "license": "ISC", "bugs": { "url": "https://github.com/hansogj/utils-ws/issues" }, "homepage": "https://github.com/hansogj/utils-ws#readme", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist/* && pnpm run build:wp", "build:ts": "tsc -p tsconfig.pkg.json", "build:wp": "webpack --mode=production --node-env=production --config=webpack.config.js", "clean": "rm -rf dist node_modules coverage *.tgz", "ts": "tsc --noEmit -p tsconfig.pkg.json" } }