{ "name": "bdclient", "description": "BetterDiscord client package", "author": "Jiiks", "version": "2.0.0b", "homepage": "https://betterdiscord.net", "license": "MIT", "main": "dist/betterdiscord.client.js", "contributors": [ "Jiiks", "Pohky" ], "repository": { "type": "git", "url": "https://github.com/JsSucks/BetterDiscordApp.git" }, "private": false, "scripts": { "build": "webpack --progress --colors", "watch": "webpack --progress --colors --watch", "release": "webpack --progress --colors --config=webpack.production.config.js" } }