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