UNPKG

node-msix-packager

Version:

A utility to create MSIX packages from Node.js applications with MCP server support, Node.js Single Executable Application (SEA) bundling using @vercel/ncc and postject, and enhanced build options

62 lines (61 loc) 1.44 kB
{ "name": "node-msix-packager", "version": "1.4.0", "description": "A utility to create MSIX packages from Node.js applications with MCP server support, Node.js Single Executable Application (SEA) bundling using @vercel/ncc and postject, and enhanced build options", "main": "src/index.js", "files": [ "src/", "README.md", "LICENSE" ], "engines": { "node": ">=14.0.0" }, "os": [ "win32" ], "preferGlobal": true, "scripts": { "prepublishOnly": "echo 'Ready to publish'" }, "keywords": [ "msix", "node", "packaging", "windows", "electron", "uwp", "windows-store", "deployment", "mcp", "model-context-protocol", "sea", "single-executable-applications", "ncc", "vercel", "postject", "bundling", "executable" ], "author": "varun_6578", "license": "MIT", "homepage": "https://github.com/varun6578/node-msix-packager#readme", "repository": { "type": "git", "url": "git+https://github.com/varun6578/node-msix-packager.git" }, "bugs": { "url": "https://github.com/varun6578/node-msix-packager/issues" }, "dependencies": { "@vercel/ncc": "^0.38.1", "chalk": "^4.1.2", "commander": "^11.0.0", "express": "^5.1.0", "fs-extra": "^11.1.1", "postject": "^1.0.0-alpha.6" }, "bin": { "node-msix": "src/cli.js" } }