mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-03 19:35:38 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "awakened-poe-trade",
|
|
"version": "3.23.10002",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node build/script.mjs",
|
|
"build": "tsc --noEmit && node build/script.mjs --prod",
|
|
"package": "electron-builder build"
|
|
},
|
|
"author": {
|
|
"name": "Alexander Drozdov"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SnosMe/awakened-poe-trade.git"
|
|
},
|
|
"main": "dist/main.js",
|
|
"dependencies": {
|
|
"electron-overlay-window": "3.3.0",
|
|
"uiohook-napi": "1.5.x"
|
|
},
|
|
"devDependencies": {
|
|
"@fastify/cors": "^8.2.0",
|
|
"@fastify/http-proxy": "^9.0.0",
|
|
"@fastify/static": "^6.6.0",
|
|
"@fastify/websocket": "^8.0.0",
|
|
"@types/ini": "^1.3.30",
|
|
"@types/node": "18.x.x",
|
|
"@types/ws": "^8.5.3",
|
|
"@wokwi/bmp-ts": "^3.0.0",
|
|
"comlink": "^4.3.1",
|
|
"electron": "26.0.0",
|
|
"electron-builder": "24.6.3",
|
|
"electron-updater": "^6.1.0",
|
|
"esbuild": "^0.19.0",
|
|
"fastify": "^4.10.2",
|
|
"ini": "^4.0.0",
|
|
"typescript": "5.1.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|