-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.85 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
{
"author": "TKDBB84 (Sasner)",
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@types/node": "^20.14.7",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "^2.6.4",
"@types/shortid": "^0.0.32",
"@types/ws": "^8.5.10",
"@xivapi/js": "^0.4.5",
"discord.js": "^14.11.0",
"ioredis": "^5.4.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mysql": "^2.18.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"reflect-metadata": "^0.2.2",
"tsd": "^0.31.1",
"typeorm": "^0.3.20",
"typescript": "^5.4.5",
"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": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.3",
"prettier": "^3.3.2",
"ts-node": "^10.9.2"
},
"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 -c .eslintrc.js --ext .ts src",
"start": "node dist/sassybot.js"
},
"version": "1.0.0"
}