You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "streamchat",
|
|
"version": "0.0.1",
|
|
"description": "Stream Chat Clients for DLive and Twitch.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"ws": "^7.2.3"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.vampi.tech/vampi/streamchat"
|
|
},
|
|
"author": "vampirefrog",
|
|
"license": "ISC"
|
|
}
|