Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.14 to 1.6.0. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.14...@tauri-apps/cli-v1.6.0) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "3.2.1",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "1.5.6"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "6.0.0",
|
|
"@tauri-apps/cli": "1.6.0",
|
|
"node-fetch": "3.3.2"
|
|
}
|
|
}
|