Files

35 lines
949 B
JSON
Raw Permalink Normal View History

2022-04-29 19:52:14 +05:30
{
"name": "cinny",
2026-05-15 07:45:35 +00:00
"version": "4.12.1",
2022-04-29 19:52:14 +05:30
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
2022-11-08 20:24:16 +05:30
"node": ">=16.0.0"
2022-04-29 19:52:14 +05:30
},
"scripts": {
2024-07-25 11:19:40 +05:30
"tauri": "cp config.json cinny/ && tauri",
2022-04-29 19:52:14 +05:30
"release": "node scripts/release.mjs"
},
"keywords": [],
"author": "Ajay Bura",
2023-02-24 17:30:37 +05:30
"license": "AGPL-3.0-only",
2022-04-29 19:52:14 +05:30
"dependencies": {
2026-03-03 23:16:04 +11:00
"@tauri-apps/api": "2.7.0",
"@tauri-apps/plugin-clipboard-manager": "2.3.0",
"@tauri-apps/plugin-dialog": "2.3.2",
"@tauri-apps/plugin-fs": "2.4.1",
"@tauri-apps/plugin-global-shortcut": "2.3.0",
"@tauri-apps/plugin-http": "2.5.1",
"@tauri-apps/plugin-notification": "2.3.0",
"@tauri-apps/plugin-os": "2.3.0",
"@tauri-apps/plugin-process": "2.3.0",
"@tauri-apps/plugin-shell": "2.3.0",
"@tauri-apps/plugin-updater": "2.9.0"
2022-04-29 19:52:14 +05:30
},
"devDependencies": {
"@actions/github": "6.0.0",
2026-03-03 23:16:04 +11:00
"@tauri-apps/cli": "2.7.1",
2024-06-03 22:18:57 +10:00
"node-fetch": "3.3.2"
2022-04-29 19:52:14 +05:30
}
}