{ "name": "bandagedbd", "version": "0.3.5", "description": "Enhances Discord adding functionality and themes.", "main": "src/index.js", "scripts": { "build": "webpack --progress --colors", "watch": "webpack --progress --colors --watch", "build-prod": "webpack --progress --colors --mode production -o dist/remote.js --devtool none", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rauenzi/BetterDiscordApp.git" }, "author": "rauenzi", "license": "MIT", "bugs": { "url": "https://github.com/rauenzi/BetterDiscordApp/issues" }, "homepage": "https://github.com/rauenzi/BetterDiscordApp#readme", "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", "@babel/preset-react": "^7.10.4", "@babel/register": "^7.10.5", "babel-loader": "^8.1.0", "circular-dependency-plugin": "^5.2.0", "css-loader": "^5.0.1", "eslint-plugin-react": "^7.21.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" } }