@noxfly/noxus
Version:
Simulate lightweight HTTP-like requests between renderer and main process in Electron applications with MessagePort, with structured and modular design.
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "@noxfly/noxus",
"version": "1.1.9",
"main": "dist/noxus.js",
"types": "dist/noxus.d.ts",
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"prepush": "npm run build",
"postbuild": "node scripts/postbuild.js"
},
"keywords": [
"noxus",
"nox",
"nodejs",
"typescript",
"framework",
"web framework",
"electron"
],
"author": "NoxFly",
"license": "MIT",
"description": "Simulate lightweight HTTP-like requests between renderer and main process in Electron applications with MessagePort, with structured and modular design.",
"homepage": "https://github.com/NoxFly/noxus",
"repository": {
"type": "git",
"url": "https://github.com/NoxFly/noxus.git"
},
"engines": {
"node": ">= 20"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.1.0",
"@swc/core": "^1.12.14",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"electron": "^37.2.1",
"eslint": "^9.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^51.3.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"tsc-alias": "^1.8.16",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
},
"peerDependencies": {
"reflect-metadata": "^0.2.2"
}
}