afv-library/samples/native-mobile-rental-tenant-app/package.json
Justin Horst eb5662a707
@ W-21164311 Mobile sample app (#39)
* Add native-mobile-rental-tenant-app sample

Made-with: Cursor

* Add digitalExperiences metadata to native-mobile-rental-tenant-app

- Vibes app metadata (rental_app_metadata): tabs, theme, toolbar
- Vibes screens: Home, Tenants, Properties with MCF/SharedUI components
- Update README and samples docs

Made-with: Cursor

* Update digitalExperiences to CAMA format from cama-mcp-server

- Replace Vibes format (rental_app, vibesAppMetadata, vibesScreen) with CAMA format (rentalApp, camaAppMetadata, camaScreen)
- Add camaBuildMetadata, camaECDefinition
- Add rentalApp.digitalExperience-meta.xml
- Source: khawkins/cama-mcp-server branch apply_metadata_updates
- Update README and samples docs

Made-with: Cursor

* update readme
2026-03-12 10:46:22 -05:00

14 lines
403 B
JSON

{
"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": {}
}