update tsconfig

This commit is contained in:
2024-04-14 17:44:11 +02:00
parent a44496ab56
commit c0005e76c7
4 changed files with 178 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartipc",
"version": "1.0.8",
"private": false,
"description": "node inter process communication",
"description": "A library for node inter process communication, providing an easy-to-use API for IPC.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -27,5 +27,13 @@
"@pushrocks/smartrx": "^2.0.3",
"@types/node-ipc": "^9.1.1",
"node-ipc": "^9.1.1"
}
},
"keywords": [
"IPC",
"node.js",
"inter-process communication",
"event-driven",
"client-server",
"message passing"
]
}