UNPKG

mixone

Version:

A cross-platform desktop application framework that enables development using JavaScript, HTML5, Electron API and Node.js. Build Windows, macOS and Linux apps with Vue/React and system APIs - that's why we call it mixone.A powerful Electron development in

49 lines 1.33 kB
{ "name": "mixone", "version": "0.1.0-alpha.12", "description": "A cross-platform desktop application framework that enables development using JavaScript, HTML5, Electron API and Node.js. Build Windows, macOS and Linux apps with Vue/React and system APIs - that's why we call it mixone.A powerful Electron development infrastructure that provides hot-reload, window management, and build optimization.", "bin": { "mixone": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "*" ], "license": "MIT + Commons Clause", "author": "qew4", "repository": { "type": "git", "url": "git+https://github.com/qew4/mixone.git" }, "keywords": [ "mixone", "electron", "desktop-framework", "desktop-app", "webview", "hybrid-desktop", "windows-app", "macos-app", "linux-app", "html5-desktop", "javascript-desktop", "cross-platform" ], "engines": { "node": ">=16.0.0" }, "dependencies": { "@babel/generator": "^7.26.10", "@babel/parser": "^7.26.10", "@babel/traverse": "^7.26.10", "@babel/types": "^7.26.10", "adm-zip": "^0.5.16", "chokidar": "^3.5.3", "prompts": "^2.4.2", "javascript-obfuscator": "^4.1.0", "express": "^5.1.0", "bytenode": "1.5.7" } }