Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
752 B
Python
28 lines
752 B
Python
CONFIG = {
|
|
"state": "NJ",
|
|
"state_name": "New Jersey",
|
|
"agency": "DORES",
|
|
"agency_name": "Division of Revenue and Enterprise Services",
|
|
"portal_url": "https://njportal.com",
|
|
"search_url": "https://njportal.com/dor/businessrecords",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "60 Park Pl Ste 200",
|
|
"city": "Newark",
|
|
"state": "NJ",
|
|
"zip": "07102",
|
|
},
|
|
"fees": {
|
|
"llc": 125,
|
|
"corporation": 125,
|
|
},
|
|
"selectors": {
|
|
"search_input": "",
|
|
"search_button": "",
|
|
"results_table": "",
|
|
"name_field": "",
|
|
"agent_name_field": "",
|
|
"agent_address_field": "",
|
|
"submit_button": "",
|
|
},
|
|
}
|