Files
cinny-desktop/package.json
Max Litruv Boonzaayer 50ed3a471d
All checks were successful
Build / build-linux (push) Successful in 7m45s
Build / build-windows (push) Successful in 8m22s
Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
2026-01-23 20:52:38 +11:00

25 lines
530 B
JSON

{
"name": "cinny",
"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"
}
}