quizzer/package.json
2021-12-12 13:34:37 -06:00

17 lines
374 B
JSON

{
"name": "chatbot-template",
"version": "3.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"dependencies": {
"@types/express": "^4.17.2",
"@types/node": "^12.7.5",
"@types/tmi.js": "^1.4.0",
"axios": "^0.24.0",
"tmi.js": "^1.5.0"
}
}