-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "parser",
"version": "2.0.0",
"description": "Parser function to parse sneaker models from the website",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/api": "^6.1.3",
"@aws-amplify/datastore": "^5.0.60",
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-sdk/client-ecs": "^3.693.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/credential-provider-node": "^3.693.0",
"@aws-sdk/protocol-http": "^3.374.0",
"@aws-sdk/signature-v4": "^3.374.0",
"@sparticuz/chromium": "^131.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"chrome-aws-lambda": "^10.1.0",
"chromium": "^3.0.3",
"cookie": "1.0.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"eslint-plugin-import": "^2.31.0",
"json5": "^2.2.3",
"playwright": "^1.49.1",
"playwright-core": "^1.48.2",
"puppeteer": "23.6.0",
"puppeteer-core": "^23.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/cookie": "0.5.0",
"@types/yargs": "^17.0.33",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"scripts": {
"tsc": "tsc",
"build": "tsc",
"start": "ts-node src/index.ts"
}
}