28 lines
658 B
JSON
28 lines
658 B
JSON
{
|
|
"name": "paarrot",
|
|
"version": "4.10.2",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && tauri",
|
|
"release": "node scripts/release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-http": "2.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/github": "6.0.0",
|
|
"@tauri-apps/cli": "^2.0.0",
|
|
"node-fetch": "3.3.2",
|
|
"png2icons": "2.0.1",
|
|
"sharp": "0.34.5"
|
|
}
|
|
}
|