update documentation

This commit is contained in:
2024-04-14 18:58:16 +02:00
parent 45473bb2af
commit 705a66c938
4 changed files with 134 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
"name": "@api.global/typedelectron",
"version": "1.0.10",
"private": false,
"description": "a package made for ipc communication in electron",
"description": "A package designed for Electron IPC (Inter-Process Communication) with strong TypeScript support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"exports": {
@@ -55,5 +55,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"Electron",
"IPC",
"TypeScript",
"communication",
"typed request",
"backend",
"preload script"
]
}
}