{ "name": "@punktfunk/plugin-heroic", "version": "0.1.0", "private": false, "type": "module", "description": "Punktfunk plugin: adds your installed Heroic Games Launcher titles (Epic, GOG, Amazon) to the host's library, with their cover art.", "license": "MIT OR Apache-2.0", "homepage": "https://git.unom.io/unom/punktfunk-plugin-heroic", "repository": { "type": "git", "url": "https://git.unom.io/unom/punktfunk-plugin-heroic.git" }, "keywords": [ "punktfunk", "plugin", "heroic", "epic", "gog", "game-library", "game-streaming" ], "main": "./dist/index.js", "module": "./dist/index.js", "bin": { "punktfunk-plugin-heroic": "./dist/cli.js" }, "files": [ "dist" ], "publishConfig": { "registry": "https://git.unom.io/api/packages/unom/npm/" }, "scripts": { "typecheck": "tsc --noEmit", "test": "bun test", "build": "bun build src/index.ts src/cli.ts --target=bun --outdir dist --external effect --external '@punktfunk/*'", "prepublishOnly": "bun run build", "check": "bunx biome check ." }, "dependencies": { "@punktfunk/host": "^0.1.2", "@punktfunk/plugin-kit": "^0.3.0", "effect": "4.0.0-beta.99" }, "devDependencies": { "@biomejs/biome": "^2.5.2", "@types/bun": "^1.3.0", "typescript": "^5.9.3" } }