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