26 lines
948 B
JSON
26 lines
948 B
JSON
{
|
|
"name": "cinny",
|
|
"version": "4.11.2",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"tauri": "cp config.json cinny/ && tauri",
|
|
"android:sync-icons": "sh ./scripts/sync-android-icons.sh",
|
|
"android:init": "sh ./scripts/with-android-java.sh npm run tauri android init -- --ci --skip-targets-install && npm run android:sync-icons",
|
|
"android:dev": "npm run android:sync-icons && sh ./scripts/with-android-java.sh npm run tauri android dev",
|
|
"android:build": "npm run android:sync-icons && sh ./scripts/with-android-java.sh npm run tauri android build",
|
|
"ios:init": "npm run tauri ios init -- --ci --skip-targets-install",
|
|
"ios:dev": "npm run tauri ios dev",
|
|
"ios:build": "npm run tauri ios build"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.7.1"
|
|
}
|
|
}
|