Ported to Cordova, it sucks though, I'm trying Capacitor tomorrow.

This commit is contained in:
天クマ 2026-07-13 22:29:54 -03:00
commit 85038b45a3
81 changed files with 1696 additions and 497 deletions

View file

@ -1,19 +1,26 @@
{
"name": "pandora",
"name": "org.adrianvictor.pandorabox",
"displayName": "Pandora",
"version": "1.0.0",
"type": "module",
"description": "A messaging client for WAHA API.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"runAndroid": "cordova run android --device",
"runBrowser": "cordova run browser"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.18.1",
"dotenv": "^17.4.2",
"express": "^5.2.1"
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "github:apache/cordova-android#14.0.1",
"cordova-browser": "^7.0.0"
},
"cordova": {
"platforms": [
"browser",
"android"
]
}
}