@easygame/event-bus-ts
Version:
Simple EventBus library for TypeScript.
45 lines • 1 kB
JSON
{
"name": "@easygame/event-bus-ts",
"version": "1.0.4",
"description": "Simple EventBus library for TypeScript.",
"homepage": "https://github.com/funxinjian/event-bus-ts#readme",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*"
],
"keywords": [
"EventBus",
"event",
"bus",
"ts",
"typescript"
],
"author": "funxinjian",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/funxinjian/event-bus-ts.git"
},
"directories": {
"src": "src",
"lib": "lib",
"test": "test"
},
"devDependencies": {
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"jest": "^30.0.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc",
"test": "jest"
}
}