{
  "name": "qq-chat",
  "version": "1.3.24-191",
  "private": true,
  "description": "QQ",
  "productName": "qq_guild",
  "author": {
    "name": "Tencent",
    "email": "QQ-Team@tencent.com"
  },
  "homepage": "https://im.qq.com",
  "sideEffects": true,
  "main": "./app_launcher/index.js",
  "optionalDependencies": {
    "dmg-license": "^1.0.11",
    "vue-loader-v16": "npm:vue-loader@16.5.0"
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -e .git/COMMIT_EDITMSG"
  },
  "lint-staged": {
    "*.{js,jsx,vue,ts,tsx}": [
      "eslint --quiet --fix",
      "git add"
    ],
    "*.{css,less,scss,vue}": [
      "prettier --write",
      "stylelint --fix --allow-empty-input",
      "git add"
    ]
  },
  "link_settings": {
    "libraries": [
      "-Wl,-rpath,@loader_path/sharp-lib"
    ]
  },
  "buildVersion": "1.0.11.191",
  "isPureShell": true
}