-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 838 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
{
"scripts": {
"build:assets": "node scripts/build-assets.mjs",
"predev": "npm run build:assets",
"dev": "millennium-ttc --build dev",
"prebuild": "npm run build:assets",
"build": "millennium-ttc --build prod"
},
"devDependencies": {
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/traverse": "^7.28.3",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/webpack": "^5.28.5"
},
"type": "module",
"name": "auto-claim",
"version": "1.9.0",
"description": "Automatically detects 100% discounted games on Steam and adds them to your library.",
"main": "./frontend/index.tsx",
"author": "BambooFury",
"license": "MIT",
"dependencies": {
"@steambrew/api": "^5.8.4",
"@steambrew/client": "^5.8.5",
"@steambrew/ttc": "^3.3.6",
"@steambrew/webkit": "^5.8.4"
}
}