@tsdiapi/events
Version:
Event handling plugin for TSDIAPI-Server with TypeDI integration and type-safe decorators.
63 lines • 1.41 kB
JSON
{
"name": "@tsdiapi/events",
"description": "Event handling plugin for TSDIAPI-Server with TypeDI integration and type-safe decorators.",
"version": "0.4.0",
"main": "output/index.js",
"types": "output/index.d.ts",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc"
},
"author": {
"name": "Artyom Gorlovetskiy",
"url": "https://github.com/unbywyd",
"email": "unbywyd@gmail.com"
},
"engines": {
"node": ">=18.19.0"
},
"keywords": [
"tsdiapi",
"events",
"event-handling",
"plugin",
"typescript",
"typedi",
"decorators",
"mitt"
],
"license": "MIT",
"dependencies": {
"mitt": "^3.0.1"
},
"devDependencies": {
"@types/node": "^22.10.10",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@tsdiapi/server": "^0.4.0",
"reflect-metadata": "^0.2.2",
"typedi": "^0.10.0",
"fastify": "^5.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unbywyd/tsdiapi-events.git"
},
"bugs": {
"url": "https://github.com/unbywyd/tsdiapi-events/issues"
},
"homepage": "https://github.com/unbywyd/tsdiapi-events#readme",
"files": [
"output/",
"README.md",
"LICENSE.md",
"tsdiapi.config.json",
"files/",
"generators/"
]
}