mirror of
https://github.com/tiennm99/loto-android.git
synced 2026-08-03 10:23:29 +00:00
22 lines
738 B
JSON
22 lines
738 B
JSON
{
|
|
"name": "loto-android",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Capacitor wrapper that bundles tiennm99/loto into a fully-offline Android APK.",
|
|
"scripts": {
|
|
"build:loto": "corepack pnpm@11.1.1 --dir loto install --frozen-lockfile && corepack pnpm@11.1.1 --dir loto run build",
|
|
"sync": "cap sync android",
|
|
"build": "npm run build:loto && npm run sync",
|
|
"open": "cap open android",
|
|
"assemble:debug": "cd android && ./gradlew :app:assembleDebug",
|
|
"assemble:release": "cd android && ./gradlew :app:bundleRelease :app:assembleRelease"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^8.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^8.3.3",
|
|
"@capacitor/core": "^8.3.3"
|
|
}
|
|
}
|