mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
690385a8eb
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "2.2.0",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"npm": ">=6.14.8",
|
|
"node": ">=14.15.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "5.0.3",
|
|
"@tauri-apps/cli": "1.1.1",
|
|
"node-fetch": "3.2.10"
|
|
}
|
|
}
|