Files
cinny-desktop/package.json
T

25 lines
486 B
JSON
Raw Permalink Normal View History

2022-04-29 19:52:14 +05:30
{
"name": "cinny",
2023-11-01 21:53:00 +11:00
"version": "3.2.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": {
"tauri": "tauri",
"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": {
2023-10-27 23:06:48 +11:00
"@tauri-apps/api": "1.5.1"
2022-04-29 19:52:14 +05:30
},
"devDependencies": {
"@actions/github": "5.1.1",
2023-10-27 23:06:48 +11:00
"@tauri-apps/cli": "1.5.6",
2022-11-20 18:06:52 +05:30
"node-fetch": "3.3.0"
2022-04-29 19:52:14 +05:30
}
}