Initial monorepo: shared package and DBIS, ICCC, OMNL, XOM portals

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-13 10:27:01 -08:00
parent 0cd7701e93
commit f5e217efcd
240 changed files with 8161 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "public-web-portals",
"private": true,
"description": "Root for governmental body web portals — shared configs and policies only",
"scripts": {
"lint": "eslint . --max-warnings 0",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.0"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@8.15.0"
}