new-site/scripts/formation/states/nj/config.py
justin f8cd37ac8c Initial commit — Performance West telecom compliance platform
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>
2026-04-27 06:54:22 -05:00

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