-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.46 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.46 KB
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
{
"name": "casecomp",
"version": "1.0.0-beta.1",
"description": "Pokemon TCG card research — live listings from eBay, magi.camp, Yahoo Auctions & SNKRDUNK with AI pre-grading and PSA signals",
"type": "module",
"engines": {
"node": ">=24"
},
"scripts": {
"start": "node index.js",
"api": "node api.js",
"test": "sh scripts/test.sh",
"test:unit": "node test/unit-test.js",
"test:api": "node test/api-test.js",
"test:live": "API_URL=https://api.casecomp.xyz node test/api-test.js",
"scan": "node scan.js",
"psa": "node scripts/psa-report.js",
"deploy": "gcloud builds submit --config=cloudbuild.yml --project casecomp-495718 && gcloud run deploy cardscrapebot --image gcr.io/casecomp-495718/casecomp-api --region asia-south1 --project casecomp-495718 --port 3000 --allow-unauthenticated",
"playwright-install": "npx playwright install chromium"
},
"dependencies": {
"@google-cloud/firestore": "^8.5.0",
"axios": "^1.7.9",
"axios-cookiejar-support": "^5.0.5",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"helmet": "^8.1.0",
"ioredis": "^5.10.1",
"minimist": "^1.2.8",
"playwright": "^1.59.1",
"swagger-ui-express": "^5.0.1",
"tough-cookie": "^5.1.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}