Lightcord/BetterDiscordApp/package.json

38 lines
1.3 KiB
JSON

{
"name": "bandagedbd",
"version": "0.3.5",
"description": "Enhances Discord adding functionality and themes.",
"main": "src/index.js",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"build-prod": "webpack --progress --config prod.config.js",
"watch-prod": "webpack --progress --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": "yarn build-prod && yarn 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.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.15.3",
"babel-loader": "^8.2.2",
"circular-dependency-plugin": "^5.2.2",
"clean-css": "^5.1.5",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
}
}