-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.86 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.86 KB
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
{
"author": "TKDBB84 (Sasner)",
"dependencies": {
"@discordjs/rest": "^2.4.3",
"@types/node": "^22.14.1",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "^2.6.4",
"@types/shortid": "^2.2.0",
"@types/ws": "^8.18.1",
"@xivapi/js": "^0.4.5",
"discord.js": "^14.11.0",
"ioredis": "^5.6.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"mysql": "^2.18.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"reflect-metadata": "^0.2.2",
"tsd": "^0.32.0",
"typed-emitter": "^2.1.0",
"typeorm": "^0.3.22",
"typescript": "^5.8.3",
"winston": "^3.13.0",
"winston-console-format": "^1.0.8",
"winston-discordjs": "https://github.com/TKDBB84/winston-discordjs/releases/download/v5.0.0/winston-discordjs-5.0.0.tgz"
},
"description": "Sassybot, mostly useless",
"devDependencies": {
"@eslint/js": "^9.5.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript-eslint": "^8.29.1"
},
"engines": {
"node": ">=22 <=23"
},
"keywords": [],
"license": "ISC",
"main": "dist/sassybot.js",
"name": "sassybot",
"overrides": {
"typeorm": {
"ioredis": "$ioredis"
}
},
"prettier": {
"arrowParens": "always",
"endOfLine": "lf",
"parser": "typescript",
"printWidth": 120,
"quoteProps": "as-needed",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/TKDBB84/SassyBot.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --fix src",
"start": "node dist/Sassybot.js"
},
"version": "1.0.0"
}