-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mindgame",
"version": "2.2.0",
"description": "Advanced discord application with leveling and activity tracking utilities.",
"scripts": {
"start": "npx tsx watch src",
"lint": "eslint . --ext .ts"
},
"_moduleAliases": {
"@": "src"
},
"repository": {
"type": "git",
"url": "https://github.com/emigrek/mindgame"
},
"keywords": [
"discord bot",
"leveling",
"utility",
"economy",
"activity tracking"
],
"author": "emigrek",
"license": "MIT",
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@types/i18n": "^0.13.6",
"@types/lodash": "^4.14.197",
"@types/module-alias": "^2.0.4",
"@types/node": "^18.11.10",
"@types/node-cron": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5.4.5"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/formatters": "^0.4.0",
"@octokit/rest": "^19.0.5",
"axios": "^1.2.1",
"chroma-js": "^2.4.2",
"discord-api-types": "^0.37.79",
"discord-logs": "^2.2.1",
"discord.js": "^14.15.3",
"dotenv": "^16.0.3",
"hex-color-to-color-name": "^1.0.2",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"module-alias": "^2.2.3",
"moment": "^2.29.4",
"mongoose": "^6.8.0",
"node-cron": "^3.0.2",
"node-vibrant": "^3.2.1-alpha.1",
"winemoji": "^1.0.7",
"winmojilib": "^0.3.3"
}
}