This repository was archived by the owner on Feb 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@steambrew/ttc",
"version": "2.8.7",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"bin": {
"millennium-ttc": "dist/index.js"
},
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "SteamClientHomebrew",
"license": "MIT",
"description": "A tiny typescript compiler for Millennium plugins.",
"dependencies": {
"@babel/parser": "^7.27.5",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/traverse": "^7.27.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@rollup/plugin-url": "^8.0.2",
"@rollup/pluginutils": "^5.1.4",
"chalk": "^5.4.1",
"dotenv": "^16.5.0",
"fs": "0.0.1-security",
"glob": "^11.0.2",
"magic-string": "^0.30.17",
"rollup": "^4.42.0",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.89.1",
"terser": "^5.43.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/babel__traverse": "^7.20.7",
"@types/glob": "^8.1.0",
"@types/node": "^22.15.30"
}
}