twitch_bot/package.json

25 lines
513 B
JSON
Raw Normal View History

2023-01-31 12:01:20 +01:00
{
"name": "twitchbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-02-18 12:51:03 +01:00
"@fastify/static": "^6.9.0",
"@prisma/client": "^4.10.0",
2023-01-31 12:01:20 +01:00
"dank-twitch-irc": "^4.3.0",
2023-02-18 12:51:03 +01:00
"fastify": "^4.13.0"
2023-02-07 20:48:07 +01:00
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2",
2023-02-18 12:51:03 +01:00
"prettier": "^2.8.4",
"prisma": "^4.10.0"
2023-01-31 12:01:20 +01:00
}
}