-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "rustybot",
"version": "1.0.0",
"description": "RustyBot Discord Bot!",
"main": "app.js",
"author": "- Daddy.exe#2001 / - Night.exe#0001",
"license": "MIT",
"private": true,
"scripts": {
"test": "ts-node ./test.ts",
"start": "node ./bin/rusty",
"lint": "eslint ./src"
},
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"@sentry/node": "^6.1.0",
"chalk": "^4.1.0",
"discord.js": "github:discordjs/discord.js#ee5bc1a5c4e218ea1f16992694a2bff86c86d2d2",
"emoji-regex": "^9.2.1",
"erela.js": "^2.3.2",
"erela.js-spotify": "^1.2.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "5.11.15",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"tinycolor2": "^1.4.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/moment-duration-format": "^2.2.2",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0"
}
}