Files
HOA_Financial_Platform/scripts/package.json
olsch01 e2d72223c8 feat: add test data cleanup utility script
Interactive CLI for managing test organizations, users, and tenant schemas.
Supports list, delete-org, delete-user, purge-all, and reseed commands
with dry-run mode and safety guards for platform owner protection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 08:59:27 -04:00

21 lines
482 B
JSON

{
"name": "hoa-ledgeriq-scripts",
"version": "1.0.0",
"private": true,
"description": "Standalone scripts for HOA LedgerIQ platform (cron jobs, data fetching)",
"scripts": {
"fetch-cd-rates": "tsx fetch-cd-rates.ts",
"cleanup": "tsx cleanup-test-data.ts"
},
"dependencies": {
"dotenv": "^16.4.7",
"pg": "^8.13.1",
"puppeteer": "^23.0.0"
},
"devDependencies": {
"@types/pg": "^8.11.0",
"tsx": "^4.19.0",
"typescript": "^5.7.3"
}
}