{ "name": "native-mobile-rental-tenant-app", "version": "1.0.0", "description": "Sample CAMA app for rental property tenants", "private": true, "scripts": { "build": "echo 'No build required for base project'", "clean": "echo 'No clean required'", "lint": "eslint **/{aura,lwc}/**/*.js 2>/dev/null || true", "test": "echo 'Add tests when ready'" }, "devDependencies": {} }