This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
1 lines (1 loc) · 1.86 KB
/
package.json
1
{"name":"flast","description":"Cross-platform browser based on Chromium.","version":"87.1.0","app_name":"Flast","app_channel":"Stable","app_package_id":"org.aoichaan0513.flast","app_url":"https://flast.aoichaan0513.jp","homepage":"https://flast.aoichaan0513.jp","private":true,"author":{"name":"Aoichaan0513","email":"[email protected]","url":"https://aoichaan0513.jp"},"repository":{"type":"git","url":"git+https://github.com/FascodeNet/Flast.git"},"scripts":{"package":"npm run package:stable","package:stable":"npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run channel:stable && cd app && npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run builds && cd ../ && npm run build","package:beta":"npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run channel:beta && cd app && npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run builds && cd ../ && npm run build","package:dev":"npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run channel:dev && cd app && npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run builds && cd ../ && npm run build","package:canary":"npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run channel:canary && cd app && npm install && npm audit fix && npx electron-rebuild --version 11.2.1 && npm run builds && cd ../ && npm run build","channel":"node channel","channel:stable":"npm run channel stable","channel:beta":"npm run channel beta","channel:dev":"npm run channel dev","channel:canary":"npm run channel canary","build":"node build","build:win":"npm run build win","build:mac":"npm run build mac","build:linux":"npm run build linux"},"dependencies":{"electron-builder":"22.9.1","electron-updater":"4.3.5","minimist":">=1.2.3"},"devDependencies":{"electron":"11.2.1"}}