mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
76da5b607f
- added `Patch.getPatchInfo()` now caches its data - increased `Game.getLatestData()` method caching time to 6 hours From other commits: - improved dropdown item contrast (!18) - fixed DXVK applying - fixed `Cache.set()` work - added log files auto-saving - fixed `Domain.getInfo()` work with different system languages - added debug logs printing in console - added proper launched game closing handling
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "2.0.0-beta-7",
|
|
"license": "GPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"neu": "neu",
|
|
"dev": "vite build && neu run --disable-auto-reload",
|
|
"build": "vite build && rm -rf dist/an-anime-game-launcher/public && mkdir dist/an-anime-game-launcher/public && cp public/runners.json dist/an-anime-game-launcher/public && cp public/dxvks.json dist/an-anime-game-launcher/public && cp -r public/locales dist/an-anime-game-launcher/public/locales && cp -r public/shaders dist/an-anime-game-launcher/public/shaders && cp -r public/discord-rpc dist/an-anime-game-launcher/public/discord-rpc && neu build --release",
|
|
"bundle": "node scripts/bundle-appimage.cjs",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"js-md5": "^0.7.3",
|
|
"svelte-i18n": "^3.3.13",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^8.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.33",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"neutralino-appimage-bundler": "^1.3.1",
|
|
"sass": "^1.45.2",
|
|
"svelte": "^3.44.3",
|
|
"svelte-check": "^2.2.11",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.7.10"
|
|
}
|
|
}
|