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",
2024-07-25 00:20:22 +10:00
"version": "4.0.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": {
"@tauri-apps/api": "1.6.0"
2022-04-29 19:52:14 +05:30
},
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "1.6.0",
2024-06-03 22:18:57 +10:00
"node-fetch": "3.3.2"
2022-04-29 19:52:14 +05:30
}
}