* chore(orchestrator): add @infra import alias * feat(server): add error/http/context/logger/sanitize infrastructure * refactor(core): propagate request context, structured logs, and sanitization * test/docs: update API contract assertions and contributor standards * all pages working * normalizing
21 lines
679 B
JSON
21 lines
679 B
JSON
{
|
|
"name": "job-ops",
|
|
"private": true,
|
|
"workspaces": [
|
|
"orchestrator",
|
|
"extractors/*",
|
|
"shared"
|
|
],
|
|
"scripts": {
|
|
"check:types:shared": "npm --workspace shared run check:types",
|
|
"check:types": "npm --workspace shared run check:types && npm --workspace orchestrator run check:types",
|
|
"check:types:ukvisajobs": "npm --workspace ukvisajobs-extractor run check:types",
|
|
"check:all": "./orchestrator/node_modules/.bin/biome ci .",
|
|
"format:all": "./orchestrator/node_modules/.bin/biome format . --write",
|
|
"check:types:gradcracker": "npm --workspace gradcracker-extractor run check:types"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.2"
|
|
}
|
|
}
|