{
  "name": "@steambrew/client",
  "version": "5.8.5",
  "description": "A support library for creating plugins with Millennium.",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "module": "./build/index.js",
  "type": "module",
  "license": "LGPL-2.1-only",
  "scripts": {
    "build": "shx rm -rf ./build && tsc -b"
  },
  "files": [
    "/lib",
    "/src",
    "/build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SteamClientHomebrew/PluginComponents.git"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/react": "19.1.1",
    "@types/react-dom": "19.1.1",
    "@types/react-router": "5.1.20",
    "react": "19.1.1",
    "react-devtools": "^6.0.0",
    "react-dom": "19.1.1"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "chalk": "^4.1.0",
    "devtools-protocol": "^0.0.1485358",
    "path": "^0.12.7",
    "rollup": "^4.17.2",
    "shx": "^0.3.4",
    "tslib": "^2.8.1",
    "typescript": "^4.9.5",
    "url": "^0.11.4"
  },
  "importSort": {
    ".js, .jsx, .ts, .tsx": {
      "style": "module",
      "parser": "typescript"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "steam",
    "steam-client",
    "millennium",
    "ui-components"
  ],
  "author": "SteamClientHomebrew",
  "bugs": {
    "url": "https://github.com/SteamClientHomebrew/PluginComponents/issues"
  },
  "homepage": "https://github.com/SteamClientHomebrew/PluginComponents#readme"
}
