mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
231a3a9c68
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.0.0-rc.11 to 1.0.0-rc.12. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/v1.0.0-rc.11...v1.0.0-rc.12) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "2.0.3",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"npm": ">=6.14.11",
|
|
"node": ">=14.6.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.0.0-rc.5"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "^5.0.3",
|
|
"@tauri-apps/cli": "^1.0.0-rc.12",
|
|
"node-fetch": "^3.2.3"
|
|
}
|
|
}
|