forked from LostCityRS/Client-TS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 680 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 680 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
{
"name": "client2",
"module": "src/client/Client.ts",
"type": "module",
"imports": {
"#3rdparty/*": "./src/3rdparty/*",
"#/*": "./src/*"
},
"scripts": {
"build": "bun run bundle.ts",
"build:dev": "bun run bundle.ts dev"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node-forge": "^1.3.11",
"@types/uglify-js": "^3.17.5",
"axios": "^1.7.9",
"fflate": "^0.8.2",
"javascript-obfuscator": "^4.1.1",
"node-forge": "^1.3.1",
"prettier": "^3.4.2",
"terser": "^5.37.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}