-
-
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.26 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.26 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
{
"scripts": {
"dev": "millennium-ttc --build dev",
"watch": "nodemon --watch webkit --watch frontend --watch backend --watch types --ext ts,tsx,js,jsx,lua,json --exec \"millennium-ttc --build dev\"",
"build": "millennium-ttc --build prod",
"sync-version": "npx tsx scripts/sync-version.ts 2.0.0",
"release": "npx tsx scripts/build-plugin.ts 2.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/release-notes-generator": "^14.1.1",
"@steambrew/ttc": "^3.3.7",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"archiver": "^7.0.1",
"nodemon": "^3.1.14",
"semantic-release": "^25.0.5",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
},
"type": "module",
"name": "leetify-extension",
"version": "2.2.2",
"description": "A Millennium plugin that adds Leetify integration to Steam profiles",
"main": "./frontend/index.tsx",
"author": "Leetify Extension Team",
"license": "MIT",
"dependencies": {
"@steambrew/client": "^5.8.5",
"@steambrew/webkit": "^5.8.4",
"react": "^19.2.7"
}
}