mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
6feea2ed67
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.6.0 to 2.1.1. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.6...@tauri-apps/api-v2.1.1) --- updated-dependencies: - dependency-name: "@tauri-apps/api" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
511 B
JSON
25 lines
511 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "4.2.3",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "cp config.json cinny/ && tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "6.0.0",
|
|
"@tauri-apps/cli": "1.6.2",
|
|
"node-fetch": "3.3.2"
|
|
}
|
|
}
|