Files
TwitchChatRandomizer/package.json
T

20 lines
398 B
JSON

{
"name": "twitch-chat-randomizer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"react-wheel-of-prizes": "^1.1.0",
"ws": "^8.17.0"
}
}