-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 958 Bytes
/
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
{
"name": "steward",
"version": "1.0.0",
"description": "Our support discord bot! Most code taken from LuckPerms clippy. :D",
"main": "main.ts",
"type": "module",
"scripts": {
"start": "tsx main.ts",
"lint": "ts-standard",
"fix": "ts-standard --fix",
"ci-build": "cp config.example.json config.json && tsc"
},
"author": "SrTeam",
"license": "GPL-3.0-or-later",
"dependencies": {
"@modelfusion/google-custom-search-tool": "^0.10.0",
"dateformat": "^5.0.3",
"discord.js": "^14.9.0",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"mime-types": "^2.1.35",
"modelfusion": "^0.137.0",
"semver": "^7.6.3",
"tesseract.js": "^5.0.0"
},
"devDependencies": {
"@types/dateformat": "5.0.2",
"@types/js-yaml": "^4.0.5",
"@types/mime-types": "2.1.4",
"@types/semver": "^7.5.8",
"eslint": "8.57.1",
"ts-standard": "12.0.2",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}