forked from Lea/UntisBot
BlackDemonFire
c4a9495efd
Added ESLint to the dependencies Added a ESLint configuration changed the transpilation target
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "untis-bot",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"update": "git pull",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.8.2",
|
|
"@types/node": "^14.17.32",
|
|
"@typescript-eslint/parser": "^5.3.0",
|
|
"discord.js": "^13.3.1",
|
|
"dotenv": "^8.2.0",
|
|
"enmap": "^5.8.7",
|
|
"eslint": "^7.32.0",
|
|
"webuntis": "^1.15.4"
|
|
}
|
|
}
|