update tsconfig
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user