Files
cinny-desktop/package.json
Max Litruv Boonzaayer 773c036404
Some checks failed
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 12m53s
Build / build-windows (push) Successful in 19m1s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
fix: update package name to 'paarrot' and add png2icons dependency
2026-01-25 01:50:31 +11:00

27 lines
581 B
JSON

{
"name": "paarrot",
"version": "4.10.2",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"tauri": "powershell Copy-Item config.json cinny/; tauri",
"release": "node scripts/release.mjs"
},
"keywords": [],
"author": "Ajay Bura",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "^2.0.0"
},
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "^2.0.0",
"node-fetch": "3.3.2",
"png2icons": "2.0.1",
"sharp": "0.34.5"
}
}