mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-04 08:21:28 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "awakened-poe-trade",
|
|
"version": "3.20.10007",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node build/script.cjs",
|
|
"build": "tsc --noEmit && node build/script.cjs --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.2.0",
|
|
"uiohook-napi": "1.5.x"
|
|
},
|
|
"devDependencies": {
|
|
"@fastify/cors": "^8.2.0",
|
|
"@fastify/http-proxy": "^8.4.0",
|
|
"@fastify/static": "^6.6.0",
|
|
"@fastify/websocket": "^7.1.1",
|
|
"@types/ini": "^1.3.30",
|
|
"@types/node": "16.x.x",
|
|
"@types/ws": "^8.5.3",
|
|
"@wokwi/bmp-ts": "^3.0.0",
|
|
"comlink": "^4.3.1",
|
|
"electron": "19.1.9",
|
|
"electron-builder": "23.3.3",
|
|
"electron-updater": "^5.0.1",
|
|
"esbuild": "^0.15.0",
|
|
"fastify": "^4.10.2",
|
|
"ini": "^3.0.0",
|
|
"typescript": "4.9.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|