{
  "name": "discord-rich-presence",
  "displayName": "Discord Rich Presence",
  "author": "Colin Berry",
  "version": "1.0.1",
  "launcherVersion": "10.1.0",
  "description": "Shows the games you're playing on your Discord presence.",
  "icon": "icon.png",
  "main": "./dist/ext.js",
  "contributes": {
    "configuration": [
      {
        "title": "Discord Rich Presence",
        "properties": {
          "com.discord-rich-presence.show-extreme": {
            "title": "Display Extreme Games",
            "type": "boolean",
            "default": false,
            "description": "If ticked, the game you are playing will appear on your Discord profile regardless of if it is labeled with an \"Extreme\" tag or not."
          }
        }
      }
    ]
  },
  "devDependencies": {
    "@types/discord-rpc": "^4.0.3",
    "@types/flashpoint-launcher": "^10.1.0",
    "@types/node": "16.x",
    "gulp": "^4.0.2",
    "gulp-zip": "^4.2.0",
    "merge-stream": "2.0.0",
    "ts-loader": "8.0.3",
    "typescript": "4.0.2",
    "webpack": "^5.75.0",
    "webpack-cli": "5.0.1"
  },
  "scripts": {
    "package": "gulp",
    "build": "webpack --mode development",
    "watch": "webpack --mode development --watch"
  },
  "dependencies": {
    "discord-rpc": "^4.0.1",
    "ts-debounce": "^2.0.1"
  }
}
