20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"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"
|
|
}
|