* clean up helpers * shared in it's own top level folder * workspaces setup * build fix * disable workspaces? * run ci * rename job-flow to gradcracker * optional dependencies * formatting? * more optional modules * allow post install runs * node bump * remove post install * add optionals * add more * formatting * comments, but im unsure * run typescript DIRECTLY * better build * camoufox simplification * lint * build process doesn't exist * build fix * lockfile * type check everything, build only for client * rename steps correctly * import from package! * fix formatting * don't fetch twice * fix concern
30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"name": "ukvisajobs-extractor",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "UK Visa Jobs extractor - fetches job listings that may sponsor work visas",
|
|
"main": "src/main.ts",
|
|
"dependencies": {
|
|
"camoufox-js": "^0.8.0",
|
|
"playwright": "^1.57.0",
|
|
"tsx": "^4.4.0",
|
|
"job-ops-shared": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@apify/tsconfig": "^0.1.0",
|
|
"@types/node": "^24.0.0",
|
|
"typescript": "~5.9.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"impit-linux-x64-gnu": "^0.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "tsx src/main.ts",
|
|
"start:dev": "tsx src/main.ts",
|
|
"check:types": "tsc --noEmit",
|
|
"get-binaries": "camoufox-js fetch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|