{ "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 --config prod.config.js", "watch-prod": "webpack --progress --colors --watch --config prod.config.js", "test": "echo \"Error: no test specified\" && exit 1", "minify-css": "node minify-css.js", "watch-css": "node minify-css.js --watch", "deploy": "npm run build-prod && npm run minify-css" }, "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", "clean-css": "^4.2.3", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" } }