Files
Exiled-Exchange-2/main/package.json
T
Kvan7 85bce61525 v0.1.1 (#94)
* [Parse Error] - Dualstring bow #60

* Adds starting for localization

* tests yay, this is terrible Add junit tests :( #74

* revert tests cause they were really terrible

* bump gitignore so i dont lose files

* Update Traditional Chinese (#79)

* Update issue templates

* Update issue templates

* Update for Traditional Chinese

* Update Traditional Chinese

* add new client strings

* Hard coded strings (#80)

* Features/pseudo-pseudo (#93)

* uhhhhhhhhhhhh, maybe pseudo will get support before GGG

* psesudo only ele

* remove git ignored files

* fix ignore

* [Parse Error] - % based value not updating #88

* [Not Recognized Modifier] - Allies in your Presence have +11% to all Elemental Resistances #76

* fully fixes now

* fixes: #61 #75

[Not Recognized Modifier] - Spirit: 100 #61
[Not Recognized Modifier] - Charm Slots: 1 #75

* [Parse Error] - Shouldn't show attacks per second #62

* [Not Recognized Modifier] - Items with bottom help text #63

* version bump
2024-12-17 21:50:25 -06:00

38 lines
913 B
JSON

{
"name": "exiled-exchange-2",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
"build": "tsc --noEmit && node build/script.mjs --prod",
"package": "electron-builder build",
"lint": "eslint src",
"fix": "eslint src --fix"
},
"author": {
"name": "Garrett Parker"
},
"repository": {
"type": "git",
"url": "https://github.com/Kvan7/exiled-exchange-2.git"
},
"main": "dist/main.js",
"dependencies": {
"electron-overlay-window": "3.3.0",
"uiohook-napi": "1.5.x"
},
"devDependencies": {
"@types/ini": "^4.1.0",
"@types/node": "20.x.x",
"@types/ws": "^8.5.3",
"@wokwi/bmp-ts": "^3.0.0",
"comlink": "^4.3.1",
"electron": "33.2.1",
"electron-builder": "25.1.8",
"electron-updater": "^6.3.0",
"esbuild": "^0.24.0",
"ini": "^5.0.0",
"typescript": "5.6.x",
"ws": "^8.16.0"
}
}