mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-26 06:47:07 +03:00
e0129bff4e
- fixed analytics window showing on clean launcher run And since anime company changed a it their api: - fixed social buttons showing - fixed background picture loading
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "1.5.9",
|
|
"description": "An Anime Game Linux Launcher",
|
|
"author": "Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>",
|
|
"contributors": [
|
|
"Marie Piontek <marie@mxy.gg> (https://marie.omg.lol)"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"main": "entry.js",
|
|
"scripts": {
|
|
"dev": "tsc && sass src/sass:public/css -s compressed --no-source-map",
|
|
"clear": "rm -r ./public/js",
|
|
"start": "npm run dev && electron .",
|
|
"build": "npm run clear && npm run dev && electron-builder --linux"
|
|
},
|
|
"build": {
|
|
"productName": "An Anime Game Linux Launcher",
|
|
"artifactName": "${productName}-${version}.${ext}",
|
|
"appId": "com.krypt0nn.an-anime-game-linux-launcher",
|
|
"directories": {
|
|
"output": "dist"
|
|
},
|
|
"files": [
|
|
"public/**/*",
|
|
"entry.js",
|
|
"package.json"
|
|
],
|
|
"linux": {
|
|
"icon": "public/images/icons",
|
|
"category": "Game",
|
|
"target": [
|
|
{
|
|
"target": "AppImage",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/command-exists": "^1.2.0",
|
|
"@types/discord-rpc": "^4.0.0",
|
|
"@types/semver": "^7.3.9",
|
|
"electron": "^16.0.1",
|
|
"electron-builder": "^22.14.5",
|
|
"sass": "^1.43.4",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"dependencies": {
|
|
"cash-dom": "^8.1.0",
|
|
"command-exists": "^1.2.9",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-store": "^8.0.1",
|
|
"follow-redirects": "^1.14.5",
|
|
"get-pixels": "^3.3.3",
|
|
"got": "^11.8.3",
|
|
"semver": "^7.3.5"
|
|
}
|
|
}
|