{
  "name": "discord-qt",
  "version": "0.4.1",
  "main": "launch.js",
  "author": "Ruslan Garifullin",
  "repository": {
    "url": "https://github.com/ruslang02/discord-qt"
  },
  "license": "GPL-3.0",
  "bin": {
    "discord-qt": "./launch.js"
  },
  "scripts": {
    "build": "webpack",
    "build:prod": "webpack -p",
    "start": "qode ./dist/index.js",
    "start:test": "webpack --hide-modules && qode ./dist/index.js",
    "debug": "webpack --hide-modules && qode --inspect=0.0.0.0:9229 ./dist/index.js",
    "start:watch": "nodemon -e js,ts,css,scss --ignore dist/ --ignore node_modules/ --exec npm run debug",
    "postinstall": "node ./downloadNodeGui.js && webpack -p",
    "package": "nodegui-packer --pack ./dist",
    "package:deb": "node ./build-deb.js",
    "watch": "webpack -w"
  },
  "files": [
    "/assets",
    "/locales",
    "/src",
    "/worker",
    ".npmrc",
    "assets.d.ts",
    "downloadNodeGui.js",
    "launch.js",
    "tsconfig.json",
    "webpack.config.js"
  ],
  "dependencies": {
    "@nodegui/nodegui": "^0.25.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^6.1.1",
    "css-loader": "^4.3.0",
    "discord.js": "^12.3.1",
    "env-paths": "^2.2.0",
    "extract-loader": "^5.1.0",
    "file-loader": "^6.1.0",
    "follow-redirects": "^1.13.0",
    "i18n": "^0.13.2",
    "markdown-it": "^11.0.1",
    "mini-css-extract-plugin": "^0.11.2",
    "native-addon-loader": "^2.0.1",
    "node-notifier": "^8.0.0",
    "node-sass-glob-importer": "^5.3.2",
    "open": "^7.2.1",
    "pngjs": "^5.0.0",
    "sass": "^1.26.11",
    "sass-loader": "^8.0.2",
    "string-replace-loader": "^2.3.0",
    "terser-webpack-plugin": "^4.2.2",
    "ts-loader": "^8.0.4",
    "twemoji": "^13.0.1",
    "typescript": "^4.0.3",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "whatwg-fetch": "^3.4.1"
  },
  "devDependencies": {
    "@nodegui/packer": "^1.4.1",
    "@types/i18n": "^0.8.7",
    "@types/markdown-it": "^10.0.2",
    "@types/node": "^14.11.2",
    "@types/node-notifier": "^8.0.0",
    "@types/pngjs": "^3.4.2",
    "@types/twemoji": "^12.1.1",
    "@types/ws": "^7.2.6",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "eslint": "^7.9.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0"
  }
}
