-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 Bytes
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
{
"name": "fcksclpr",
"version": "0.0.1",
"description": "stock availability checker designed to beat scalpers",
"license": "MIT",
"main": "src/main.ts",
"scripts": {
"build": "tsc",
"start": "node build/main.js"
},
"engines": {
"node": ">=22.13.1"
},
"dependencies": {
"@d-fischer/shared-utils": "^3.6.4",
"@twurple/auth": "^7.2.1",
"@twurple/chat": "^7.2.1",
"amazon-paapi": "^1.0.7",
"chalk": "^4.1.2",
"dotenv": "^16.4.7",
"node-telegram-bot-api": "^0.66.0",
"play-sound": "^1.1.6",
"playwright": "^1.50.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"tesseract.js": "^6.0.0",
"user-agents": "^1.1.448",
"winston": "^3.17.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.0",
"@types/node-telegram-bot-api": "^0.64.7",
"@types/play-sound": "^1.1.2",
"@types/user-agents": "^1.0.4",
"typescript": "^5.7.3"
}
}