chore(deps): remove crawlee
This commit is contained in:
5626
scraper/package-lock.json
generated
5626
scraper/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "scraper",
|
"name": "scraper",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "commonjs",
|
||||||
"description": "This is an example of a Crawlee project.",
|
"description": "This is an example of a Crawlee project.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crawlee": "^3.0.0",
|
"@fastify/cors": "^9.0.1",
|
||||||
|
"fastify": "^4.26.2",
|
||||||
"playwright": "*"
|
"playwright": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@apify/tsconfig": "^0.1.0",
|
"@types/node": "^20.0.0",
|
||||||
"tsx": "^4.4.0",
|
"tsx": "^4.4.0",
|
||||||
"typescript": "~5.4.0",
|
"typescript": "~5.4.0"
|
||||||
"@types/node": "^20.0.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run start:dev",
|
"start": "npm run start:dev",
|
||||||
"start:prod": "node dist/main.js",
|
"start:prod": "node dist/main.js",
|
||||||
"start:dev": "tsx src/main.ts",
|
"start:dev": "tsx src/main.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1",
|
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1",
|
||||||
"postinstall": "npx crawlee install-playwright-browsers"
|
"postinstall": "npx crawlee install-playwright-browsers"
|
||||||
|
|||||||
Reference in New Issue
Block a user