Files
Exiled-Exchange-2/main/package.json
T
Kvan7 d9706290d0 v0.1.0 (#59)
* Features/prettier (#43)

* prettier cause of course

* Adds prettier and item parsing

* lint

* lint 23

* Features/addAnonVodkaPython (#45)

* lots of json

* add width and height update files

* ignore

* update stats

* remove ward and pseudo stats

* Add option to always close overlay (#48)

Fixes #47

I haven't tested this, but it should work fine.

* Features/updateParser (#53)

* logs

* Kinda sorta works?

* switch chaos to ex

* adds flasks and whetstone

* Fix charms

* update phys rune

* add todo

* cleanup

* add pull script

* Trade tag and icons for bulk items (#54)

* Append trade tag and icon for bulk items

* Update items

* update json

* update images & add ref images for later

* bump version

* fix uncut gems

#58
2024-12-14 12:12:33 -06:00

38 lines
913 B
JSON

{
"name": "exiled-exchange-2",
"version": "0.1.0",
"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"
}
}