1
1
{
2
- "name" : " clarence" ,
3
- "version" : " 2.0 .0" ,
4
- "description" : " A multipurpose bot with admin, fun and information commands" ,
5
- "main" : " src/index.js" ,
6
- "scripts" : {
7
- "lint" : " eslint . --fix" ,
8
- "spell" : " cspell /**/" ,
9
- "spell-code" : " cspell src/**/" ,
10
- "ci" : " eslint . --fix && cspell /**/"
11
- },
12
- "keywords" : [],
13
- "author" : " " ,
14
- "license" : " ISC" ,
15
- "dependencies" : {
16
- "@discordjs/builders" : " ^1.2.0" ,
17
- "@iamtraction/google-translate" : " ^1.1.2" ,
18
- "canvas" : " ^2.10.1" ,
19
- "discord-api-types" : " ^0.37.12" ,
20
- "discord.js" : " ^13.11.0" ,
21
- "dotenv" : " ^16.0.3" ,
22
- "glob" : " ^7.2.3" ,
23
- "iso-639-1" : " ^2.1.15" ,
24
- "mongoose" : " ^6.6.5" ,
25
- "r6s-stats-api" : " ^1.1.1" ,
26
- "twemoji-parser" : " ^14.0.0"
27
- },
28
- "devDependencies" : {
29
- "cspell" : " ^6.12.0" ,
30
- "eslint" : " ^8.25.0" ,
31
- "eslint-config-prettier" : " ^8.5.0" ,
32
- "eslint-plugin-import" : " ^2.26.0" ,
33
- "eslint-plugin-prettier" : " ^4.2.1" ,
34
- "prettier" : " ^2.7.1"
35
- }
36
- }
2
+ "name" : " clarence" ,
3
+ "version" : " 2.1 .0" ,
4
+ "description" : " A multipurpose bot with admin, fun and information commands" ,
5
+ "main" : " src/index.js" ,
6
+ "scripts" : {
7
+ "lint" : " eslint . --fix" ,
8
+ "spell" : " cspell /**/" ,
9
+ "spell-code" : " cspell src/**/" ,
10
+ "ci" : " eslint . --fix && cspell /**/"
11
+ },
12
+ "keywords" : [],
13
+ "author" : " " ,
14
+ "license" : " ISC" ,
15
+ "dependencies" : {
16
+ "@discordjs/builders" : " ^1.2.0" ,
17
+ "@iamtraction/google-translate" : " ^1.1.2" ,
18
+ "canvas" : " ^2.10.1" ,
19
+ "discord-api-types" : " ^0.37.12" ,
20
+ "discord.js" : " ^13.11.0" ,
21
+ "dotenv" : " ^16.0.3" ,
22
+ "glob" : " ^7.2.3" ,
23
+ "iso-639-1" : " ^2.1.15" ,
24
+ "mongoose" : " ^6.6.5" ,
25
+ "r6s-stats-api" : " ^1.1.1" ,
26
+ "twemoji-parser" : " ^14.0.0"
27
+ },
28
+ "devDependencies" : {
29
+ "cspell" : " ^6.12.0" ,
30
+ "eslint" : " ^8.25.0" ,
31
+ "eslint-config-prettier" : " ^8.5.0" ,
32
+ "eslint-plugin-import" : " ^2.26.0" ,
33
+ "eslint-plugin-prettier" : " ^4.2.1" ,
34
+ "prettier" : " ^2.7.1"
35
+ }
36
+ }
0 commit comments