Files
cinny-desktop/package.json
Max Litruv Boonzaayer 809e06f9c9
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 7m22s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / build-linux (push) Has been cancelled
fix: update version to 4.10.2 and mark subproject as dirty
2026-02-20 15:18:10 +11:00

28 lines
658 B
JSON

{
"name": "paarrot",
"version": "4.10.2",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"tauri": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && tauri",
"release": "node scripts/release.mjs"
},
"keywords": [],
"author": "Ajay Bura",
"license": "AGPL-3.0-only",
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-http": "2.5.7"
},
"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"
}
}