cinny-desktop/package.json

25 lines
511 B
JSON
Raw Normal View History

2022-04-29 14:22:14 +00:00
{
"name": "cinny",
2024-07-25 06:04:16 +00:00
"version": "4.0.3",
2022-04-29 14:22:14 +00:00
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
2022-11-08 14:54:16 +00:00
"node": ">=16.0.0"
2022-04-29 14:22:14 +00:00
},
"scripts": {
"tauri": "cp config.json cinny/ && tauri",
2022-04-29 14:22:14 +00:00
"release": "node scripts/release.mjs"
},
"keywords": [],
"author": "Ajay Bura",
"license": "AGPL-3.0-only",
2022-04-29 14:22:14 +00:00
"dependencies": {
"@tauri-apps/api": "1.6.0"
2022-04-29 14:22:14 +00:00
},
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "1.6.0",
"node-fetch": "3.3.2"
2022-04-29 14:22:14 +00:00
}
}