-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "crawlee-uiuc-dot-chat",
"version": "0.0.2",
"type": "module",
"description": "Using Crawlee to power UIUC.chat.",
"dependencies": {
"@aws-sdk/client-s3": "^3.495.0",
"@aws-sdk/s3-presigned-post": "^3.495.0",
"axios": "^1.6.5",
"cors": "^2.8.5",
"crawlee": "^3.8.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"playwright": "^1.42.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"tsx": "^4.4.0",
"typescript": "~5.3.0"
},
"scripts": {
"start": "npm run start:dev",
"start:prod": "node --expose-gc dist/main.js",
"start:dev": "tsx src/main.ts",
"build": "tsc",
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1",
"postinstall": "npx crawlee install-playwright-browsers"
},
"author": "Kastan Day",
"license": "MIT"
}