* Add startup.jobs extractor support * Harden startup.jobs extractor inputs * Wire startupjobs into Docker and CI * Tighten startupjobs review follow-ups * fix: publish ghcr during release workflow * feat: add startupjobs max jobs configuration and update related tests
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"name": "startupjobs-extractor",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "startup.jobs extractor backed by the startup-jobs-scraper package",
|
|
"dependencies": {
|
|
"startup-jobs-scraper": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"typescript": "~5.9.0"
|
|
},
|
|
"scripts": {
|
|
"check:types": "tsc --noEmit",
|
|
"get-binaries": "npx playwright install"
|
|
}
|
|
}
|