{ "name": "upscayl", "private": true, "version": "1.1.0", "productName": "Upscayl", "contributors": [ { "name": "Nayam Amarshe", "email": "nayam@amars.he", "url": "https://github.com/NayamAmarshe" }, { "name": "TGS963", "email": "tgs@963.com", "url": "https://github.com/TGS963" } ], "license": "GPLv2", "description": "Upscayl - Free and Open Source AI Image Upscaler", "keywords": [ "AI", "Upscaler", "Image Upscale", "Linux image upscale", "Topaz Gigapixel", "Linux", "KDE", "Gnome" ], "main": "main/index.js", "scripts": { "clean": "rimraf dist renderer/.next renderer/out", "start": "electron .", "build": "next build renderer && next export renderer", "pack-app": "npm run build && electron-builder --dir", "dist": "npm run build && electron-builder", "publish": "GH_TOKEN=<> npm run build && electron-builder -l --publish always" }, "build": { "productName": "Upscayl", "appId": "com.tgs963.upscayl", "asar": true, "extraFiles": [ { "from": "constants", "to": "constants", "filter": [ "**/*" ] }, { "from": "resources/${os}/bin", "to": "Resources/bin", "filter": [ "**/*" ] } ], "linux": { "publish": [ "github" ], "target": [ "AppImage" ], "asarUnpack": [ "**/node_modules/sharp/**" ] }, "files": [ "main", "renderer/out" ] }, "devDependencies": { "autoprefixer": "^10.4.8", "electron": "^20.0.2", "electron-builder": "^23.3.3", "next": "^12.2.5", "postcss": "^8.4.16", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", "react": "^17.0.2", "react-dom": "^17.0.2", "tailwindcss": "^3.1.8" }, "dependencies": { "app-root-dir": "^1.0.2", "electron-is-dev": "^2.0.0", "electron-is-packaged": "^1.0.2", "electron-next": "^3.1.5", "electron-root-path": "^1.0.16", "electron-updater": "^5.2.1", "image-size": "^1.0.2", "react-compare-slider": "^2.2.0", "sharp": "^0.30.7", "tailwind-scrollbar": "^1.3.1" } }