* 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
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"name": "gradcracker-extractor",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "This is an example of a Crawlee project.",
|
|
"dependencies": {
|
|
"camoufox-js": "^0.8.0",
|
|
"crawlee": "^3.0.0",
|
|
"playwright": "*",
|
|
"tsx": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@apify/tsconfig": "^0.1.0",
|
|
"@types/fs-extra": "^11",
|
|
"@types/node": "^24.0.0",
|
|
"fs-extra": "^11.3.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",
|
|
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1",
|
|
"get-binaries": "camoufox-js fetch"
|
|
},
|
|
"author": "It's not you it's me",
|
|
"license": "ISC"
|
|
}
|