{
  "name": "hollow-decky",
  "version": "0.1.0",
  "description": "Steam Deck plugin for searching and injecting depot keys",
  "scripts": {
    "build": "shx rm -rf dist && rollup -c && node scripts/fix-bundle.mjs",
    "watch": "rollup -c -w",
    "test": "echo \"No tests specified\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Arata12/hollow-decky.git"
  },
  "keywords": ["decky", "steam-deck", "plugin"],
  "author": "Arata12",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@decky/rollup": "^1.0.0",
    "shx": "^0.3.4",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@decky/ui": "^4.11.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}
