@noxfly/noxus 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noxfly/noxus",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/noxus.js",
5
5
  "types": "dist/noxus.d.ts",
6
6
  "scripts": {
@@ -20,9 +20,13 @@
20
20
  "author": "NoxFly",
21
21
  "license": "MIT",
22
22
  "description": "Simulate lightweight HTTP-like requests between renderer and main process in Electron applications with MessagePort, with structured and modular design.",
23
+ "homepage": "https://github.com/NoxFly/noxus",
23
24
  "repository": {
24
25
  "type": "git",
25
- "url": "https://github.com/NoxFly/noxus"
26
+ "url": "https://github.com/NoxFly/noxus.git"
27
+ },
28
+ "engines": {
29
+ "node": ">= 20"
26
30
  },
27
31
  "dependencies": {
28
32
  "reflect-metadata": "^0.2.2"