mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 18:36:29 +00:00
7cc558d826
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.8 to 3.2.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.8...v3.2.9) --- updated-dependencies: - dependency-name: node-fetch 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
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "2.0.4",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"npm": ">=6.14.8 <=8.5.5",
|
|
"node": ">=14.15.0 <=17.9.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "^5.0.3",
|
|
"@tauri-apps/cli": "^1.0.4",
|
|
"node-fetch": "^3.2.9"
|
|
}
|
|
}
|