mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-03 05:41:08 +08:00
14 lines
403 B
JSON
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": {}
|
||
|
|
}
|