-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.08 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "uxi",
"version": "v4.0.0-monster",
"author": "ghom",
"description": "Winthemers butler & your best friend",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"start": "npm run build && node dist/index",
"format": "prettier --write src",
"update": "gulp update",
"test": "tsc --noEmit"
},
"prettier": {
"semi": false,
"endOfLine": "crlf"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/CamilleAbella/bot.ts.git"
},
"bugs": {
"url": "https://github.com/CamilleAbella/bot.ts/issues"
},
"homepage": "https://github.com/CamilleAbella/bot.ts#readme",
"dependencies": {
"boxen": "^5.1.2",
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"dayjs": "^1.10.7",
"discord-buttons": "^4.0.0",
"discord.js": "^13.1.0",
"discord.js-collector-utils": "^1.2.4",
"dotenv": "^10.0.0",
"figlet": "^1.5.2",
"ghom-eval": "^1.0.3",
"ghom-prettify": "^2.0.1",
"knex": "^0.95.11",
"node-vibrant": "3.2.0-alpha",
"prettier": "^2.4.1",
"regex-parser": "^2.2.11",
"sqlite3": "latest",
"tims": "^2.0.5",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"@types/fancy-log": "^1.3.1",
"@types/figlet": "^1.5.4",
"@types/gulp-filter": "^3.0.34",
"@types/gulp-rename": "^2.0.1",
"@types/node": "^16.10.1",
"@types/prettier": "^2.4.0",
"@types/vinyl-paths": "^0.0.31",
"@types/ws": "^8.2.0",
"@types/yargs-parser": "^20.2.1",
"axios": "^0.23.0",
"del": "^6.0.0",
"discord-api-types": "^0.23.1",
"esbuild": "^0.13.2",
"esm": "^3.2.25",
"fancy-log": "^1.3.3",
"git-commit-info": "^2.0.0",
"gulp": "^4.0.2",
"gulp-esbuild": "^0.9.0",
"gulp-filter": "^7.0.0",
"gulp-rename": "^2.0.0",
"make-bot.ts": "^2.2.1",
"nodemon": "^2.0.13",
"typescript": "^4.4.3",
"vinyl-paths": "^4.0.0"
},
"engines": {
"node": ">=16",
"npm": ">=7.5.2"
}
}