-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "dobro",
"version": "2.0.0",
"description": "a multipurpose bot",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node dist/index.js",
"dev": "ts-node-dev src/index.ts",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dobrodev/Dobro-v2.git"
},
"keywords": [
"bot",
"discord",
"discord-bot",
"cool"
],
"author": "NickR69420",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/dobrodev/Dobro-v2/issues"
},
"homepage": "https://github.com/dobrodev/Dobro-v2#readme",
"dependencies": {
"@sapphire/time-utilities": "^1.5.0",
"axios": "^0.24.0",
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"discord-image-generation": "^1.4.9",
"discord.js": "^13.3.1",
"expr-eval": "^2.0.2",
"glob": "^7.2.0",
"moment": "^2.29.1",
"mongoose": "^6.1.2",
"ms": "^3.0.0-canary.1",
"pretty-ms": "^7.0.1"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^16.11.12",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.3"
}
}