forked from Lea/UntisBot
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "untis-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.10",
|
|
"discord.js": "^12.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"enmap": "^5.8.2",
|
|
"webuntis": "^1.13.2"
|
|
}
|
|
}
|