* initial change * nav highlighting * icon change * deeeedoooop * text * show version number on all pages * icon * remove unused code * add knip * formatting * remove unused code * types fix * remove notion completely from the codebase. * update test for new url structure * clean up the fucking shop boys * make a "create job" factory and use that * moar factories * formatting
25 lines
780 B
JSON
25 lines
780 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",
|
|
"knip": "knip"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.2.3",
|
|
"knip": "^5.83.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|