Skip to main content
Module

x/evt/package.json

💧EventEmitter's typesafe replacement
Go to Latest
File
{ "name": "evt", "version": "1.6.8", "description": "Type safe replacement for node's EventEmitter", "repository": { "type": "git", "url": "git://github.com/garronej/evt" }, "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "scripts": { "tsc": "npx tsc", "denoify": "npx denoify", "build": "npm run tsc && npm run denoify", "test": "node ./dist/test/index && deno ./deno_dist/test/deno_index.ts" }, "author": "Joseph Garrone", "license": "MIT", "dependencies": { "minimal-polyfills": "^1.0.8", "run-exclusive": "^2.1.12" }, "files": [ "/dist/lib", "/src/lib", "/dist/tools", "/src/tools" ], "keywords": [ "deno", "EventEmitter", "typescript", "functional programming", "qt signal", "events", "ts-evt", "async-await", "promise", "rxjs" ], "homepage": "https://evt.land", "devDependencies": { "@types/node": "^8.9.1", "rxjs": "^6.5.4", "typescript": "^3.8.0", "denoify": "github:garronej/denoify" }}