1
0

Add Capacitor Android project and config

This commit is contained in:
avi
2026-05-17 17:21:05 -05:00
parent 1867dde8cb
commit ca8df5531d
57 changed files with 2082 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "signal-elsewhere-01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@capacitor/android": "^8.3.4",
"@capacitor/cli": "^8.3.4",
"@capacitor/core": "^8.3.4"
}
}