mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "exiled-exchange-2",
|
|
"version": "0.12.8",
|
|
"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",
|
|
"format": "prettier . --write "
|
|
},
|
|
"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.1",
|
|
"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": "26.0.12",
|
|
"electron-devtools-installer": "^4.0.0",
|
|
"electron-updater": "^6.6.2",
|
|
"esbuild": "^0.25.9",
|
|
"ini": "^5.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "3.4.2",
|
|
"typescript": "5.6.x",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-standard-with-typescript": "^31.0.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-n": "^15.0.0",
|
|
"eslint-plugin-promise": "^6.0.0"
|
|
}
|
|
}
|