UNPKG

create-nexaui-electron

Version:

Create Nexa App - Tool untuk membuat aplikasi Nexa Electron

48 lines (47 loc) 1.07 kB
{ "name": "create-nexaui-electron", "version": "1.0.4", "description": "Create Nexa App - Tool untuk membuat aplikasi Nexa Electron", "main": "bin/cli.js", "bin": "./bin/cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "bin", "scripts", "scripts/main.js", "scripts/package-lock.json", "scripts/preload.js", "scripts/assets", "scripts/public", "README.md" ], "keywords": [ "nexa", "nexajs", "electron", "create-app", "cli" ], "author": "Tatiye Development", "license": "MIT", "devDependencies": { "electron": "^28.0.0", "electron-builder": "^24.13.3", "electron-reloader": "^1.2.3" }, "dependencies": { "express": "^4.21.2", "jsdom": "^22.1.0", "portfinder": "^1.0.32" }, "repository": { "type": "git", "url": "https://github.com/nexaui/create-electron.git" }, "bugs": { "url": "https://github.com/nexaui/create-electron/issues" }, "homepage": "https://github.com/nexaui/create-electron#readme" }