{ "name": "ente", "productName": "ente", "version": "1.1.5", "private": true, "description": "Desktop client of ente", "main": "app/main.js", "build": { "appId": "io.ente.bhari-frame", "artifactName": "${productName}-${version}.${ext}", "linux": { "target": [ "AppImage", "deb", "rpm", "tar.gz" ], "icon": "./build/icon.icns", "category": "Photography" }, "mac": { "category": "public.app-category.photography", "hardenedRuntime": true }, "afterSign": "electron-builder-notarize", "extraFiles": [ { "from": "build", "to": "resources", "filter": [ "**/*" ] } ] }, "scripts": { "postinstall": "electron-builder install-app-deps", "build": "tsc", "watch": "tsc -w", "lint": "eslint -c .eslintrc --ext .ts ./src", "start": "yarn build && electron ./app/main.js", "test-release": "yarn build && electron-builder", "release": "electron-builder -mwl --publish always" }, "author": "ente ", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/parser": "^4.20.0", "electron": "^11.0.2", "electron-builder": "^22.10.5", "electron-builder-notarize": "^1.2.0", "eslint": "^7.23.0", "typescript": "^4.2.3" }, "dependencies": { "@types/node": "^14.14.37", "@types/promise-fs": "^2.1.1", "electron-is-dev": "^2.0.0", "electron-log": "^4.3.5", "electron-updater": "^4.3.8", "promise-fs": "^2.1.1" } }