Spaces:
Sleeping
Sleeping
| { | |
| "name": "fraud-detection-mobile", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "init-capacitor": "npx cap init fraud-detection com.example.frauddetection --web-dir=www", | |
| "add-android": "npx cap add android", | |
| "copy": "npx cap copy", | |
| "open-android": "npx cap open android" | |
| }, | |
| "devDependencies": { | |
| "@capacitor/cli": "^5.0.0", | |
| "@capacitor/core": "^5.0.0" | |
| } | |
| } |