UNPKG

@ansvar/singapore-law-mcp

Version:

Complete Singapore law database — 523 Acts, 28K+ provisions from Singapore Statutes Online (sso.agc.gov.sg) with full-text search, definitions, and citation support

15 lines 429 B
#!/usr/bin/env tsx /** * Singapore Law MCP — Census Script * * Enumerates ALL current Acts from Singapore Statutes Online (sso.agc.gov.sg) * by scraping the browse page with PageSize=500 pagination. * * Outputs data/census.json in golden standard format. * * Usage: * npx tsx scripts/census.ts * npx tsx scripts/census.ts --page 2 # Fetch only page 2 (resume) */ export {}; //# sourceMappingURL=census.d.ts.map