{
  "name": "@steambrew/webkit",
  "version": "4.2.1",
  "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",
    "dev-link": "npm run build && npm link"
  },
  "files": [
    "/lib",
    "/src",
    "/build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SteamClientHomebrew/PluginComponents.git"
  },
  "dependencies": {
    "shx": "^0.3.4",
    "tslib": "^2.8.1",
    "typescript": "^4.9.5"
  },
  "pnpm": {
    "peerDependencyRules": {
      "ignoreMissing": [
        "react",
        "react-dom"
      ]
    },
    "updateConfig": {
      "ignoreDependencies": [
        "react",
        "react-dom"
      ]
    }
  },
  "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"
}
