-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@codebattle/bot",
"version": "0.0.1",
"description": "Codebattle bot for discord servers",
"bin": {
"client": "bin/client.js"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReDBrother/codebattle_bot.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ReDBrother/codebattle_bot/issues"
},
"jest": {
"testEnvironment": "node",
"transform": {}
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"common-tags": "^1.8.0",
"debug": "^4.2.0",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.11.1",
"lodash": "^4.17.20",
"phoenix-channels": "github:coingaming/phoenix-channels",
"qs": "^6.9.6",
"slash-create": "^1.3.0"
},
"devDependencies": {
"@jest/globals": "^26.6.2",
"dotenv": "^8.2.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3"
}
}