UNPKG

html-builder-cli

Version:

The fastest way to package an HTML project into a fully native desktop app

37 lines (36 loc) 902 B
{ "name": "my-html-app", "productName": "My HTML App", "description": "An app created with HTML Builder", "author": { "name": "HTML Builder (CLI)", "url": "https://github.com/yikuansun/html-builder-cli", "email": "myemail@example.com" }, "private": true, "homepage": "https://github.com/yikuansun/html-builder-cli", "version": "1.0.0", "main": "main.js", "scripts": { "start": "electron ." }, "devDependencies": { "electron": "^37.1.0", "electron-builder": "^22.14.13" }, "build": { "appId": "com.electron.htmlapp", "directories": { "buildResources": "buildresources" }, "mac": { "target": "zip" }, "nsis": { "differentialPackage": false }, "linux": { "target": "deb" } } }