Files

37 lines
1020 B
JSON
Raw Permalink Normal View History

2022-04-29 19:52:14 +05:30
{
"name": "cinny",
2026-05-23 23:18:03 +10:00
"version": "4.12.2",
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": {
"tauri": "shx cp config.json cinny/ && tauri",
2026-05-23 21:52:55 +10:00
"release": "node scripts/release.mjs",
"bump": "node scripts/update-version.mjs"
2022-04-29 19:52:14 +05:30
},
"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",
"node-fetch": "3.3.2",
"shx": "0.4.0"
2022-04-29 19:52:14 +05:30
}
}