mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "3.2.1",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "5.1.1",
|
|
"@tauri-apps/cli": "1.5.6",
|
|
"node-fetch": "3.3.0"
|
|
}
|
|
}
|