Files
cinny-desktop/package.json
2026-02-21 08:54:52 +00:00

41 lines
1.2 KiB
JSON

{
"name": "paarrot",
"version": "4.11.2",
"description": "Yet another matrix client",
"homepage": "https://github.com/ajbura/cinny",
"main": "electron/main.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "concurrently \"npm run dev:vite\" \"npm run dev:electron\"",
"dev:vite": "cd cinny && npm start",
"dev:electron": "wait-on http://localhost:8080 && NODE_ENV=development electron .",
"build": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && cd .. && electron-builder --publish never",
"build:linux": "npm run build -- --linux",
"build:win": "npm run build -- --win"
},
"keywords": [],
"author": {
"name": "Ajay Bura",
"email": "AjayBura@users.noreply.github.com"
},
"license": "AGPL-3.0-only",
"dependencies": {
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"open": "11.0.0"
},
"devDependencies": {
"@actions/github": "6.0.0",
"@electron/rebuild": "4.0.3",
"concurrently": "9.2.1",
"electron": "40.6.0",
"electron-builder": "26.8.1",
"node-fetch": "3.3.2",
"png2icons": "2.0.1",
"sharp": "0.34.5",
"wait-on": "9.0.4"
}
}