Files
cinny-desktop/package.json
Max Litruv Boonzaayer 2d0398f5d3
Some checks failed
Build / check-version (push) Successful in 4s
Build / build-linux (push) Failing after 4m21s
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-windows (push) Has been cancelled
fix: update tauri script to use Node.js for file copying
2026-01-25 14:09:54 +11:00

27 lines
618 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"
},
"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"
}
}