Files
wompchat/package.json
wompmacho 1826dce523 not happening
change name - wompchat
overlay attempt was made. turns out cant link obs to chrome extension web page. added greenscreen option instead. best i can do until chat bot is made. need a web page hosted that can be manipulated and can be linked into obs.
some other unrelated fixes - minor bugs
added escape key for popup
expanded pupup window to full width of chat
2020-11-13 05:16:24 -05:00

31 lines
831 B
JSON

{
"name": "WompChat",
"version": "1.0.3",
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"scripts": {
"start": "webpack --progress --watch",
"watch": "npm start",
"build": "webpack --progress",
"prod": "webpack --progress --config webpack.prod.js -p"
},
"author": "wompmacho",
"repository": {
"type": "git",
"url": "git://github.com/wompmacho/live-chat.git"
},
"dependencies": {
"lodash": "^4.17.15",
"preact": "^8.2.7",
"uglifyjs-webpack-plugin": "^1.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"style-loader": "^0.22.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}