UNPKG

tseep

Version:

Fastest event emitter in the world

48 lines (47 loc) 1.03 kB
{ "name": "tseep", "version": "1.3.1", "description": "Fastest event emitter in the world", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "task_collection_dev_benchmark": "node lib/task-collection/tools/benchmark__bake-collection__num-funcs.js" }, "repository": { "type": "git", "url": "git+https://github.com/Morglod/tseep.git" }, "keywords": [ "types", "ts", "typescript", "tsargs", "events", "eventemitter", "event-listener", "eventlistener", "listener", "emit" ], "author": "morglod", "license": "MIT", "bugs": { "url": "https://github.com/Morglod/tseep/issues" }, "homepage": "https://github.com/Morglod/tseep#readme", "devDependencies": { "@size-limit/preset-app": "^11.1.4", "@types/jest": "^29.5.0", "assume": "^2.2.0", "jest": "^29.5.0", "typescript": "^5.4.5" }, "size-limit": [ { "path": "lib/index.js", "limit": "4 kB" } ] }