2020-07-28 03:13:15 +02:00
|
|
|
{
|
|
|
|
"name": "bandagedbd",
|
2020-07-28 03:23:27 +02:00
|
|
|
"version": "0.3.5",
|
2020-07-28 03:13:15 +02:00
|
|
|
"description": "Enhances Discord adding functionality and themes.",
|
2020-07-28 03:23:27 +02:00
|
|
|
"main": "src/index.js",
|
2020-07-28 03:13:15 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --colors",
|
|
|
|
"watch": "webpack --progress --colors --watch",
|
2020-08-14 21:58:19 +02:00
|
|
|
"build-prod": "webpack --progress --colors --config prod.config.js",
|
|
|
|
"watch-prod": "webpack --progress --colors --watch --config prod.config.js",
|
2020-07-28 03:13:15 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-08-14 21:58:19 +02:00
|
|
|
"minify-css": "node minify-css.js",
|
|
|
|
"watch-css": "node minify-css.js --watch",
|
2020-07-28 03:23:27 +02:00
|
|
|
"deploy": "npm run build-prod && npm run minify-css"
|
2020-07-28 03:13:15 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2020-07-28 03:23:27 +02:00
|
|
|
"@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",
|
2020-08-14 21:58:19 +02:00
|
|
|
"clean-css": "^4.2.3",
|
|
|
|
"webpack": "^4.44.1",
|
2020-07-28 03:23:27 +02:00
|
|
|
"webpack-cli": "^3.3.12"
|
2020-07-28 03:13:15 +02:00
|
|
|
}
|
|
|
|
}
|