mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
8f1f4d7984
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "2.2.2",
|
|
"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.1.1",
|
|
"@tauri-apps/cli": "1.1.1",
|
|
"node-fetch": "3.2.10"
|
|
}
|
|
}
|