-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
125 lines (125 loc) · 4.28 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "tanzanite",
"version": "3.1.0",
"description": "An open-sourced multi-purpose moderation, and leveling bot.",
"main": "dist/src/bot.js",
"type": "module",
"repository": "https://github.com/TanzaniteBot/tanzanite",
"author": "IRONM00N#0001 (@IRONM00N)",
"private": true,
"contributors": [
"jani270#0119 (@jani270)",
"Tyman#5998 (@TymanWasTaken)",
"TrashCan#8913 (@TrashCan69420)",
"tricked#3777 (@Tricked-dev)",
"rioho#0001 (@riohorealhk)",
"Proudmuslim#2900 (@proudmuslim-dev)",
"katherine🌺#0668 (@Lisenaaaa)",
"pjones123#6025 (@pjones123)",
"Angry_Pineapple#6926 (@Angry-Pineapple3121)",
"EthanDevelops#5366 (@EthanDevelops)"
],
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"build": "yarn rimraf dist && yarn tsc -b && yarn build:grammar",
"build:no-emit": "yarn tsc --noEmit",
"build:keep": "yarn tsc -b",
"build:grammar": "./grammar.sh",
"start": "yarn build && yarn start:raw",
"start:keep": "yarn build:keep && yarn start:raw",
"start:dry": "yarn start dry",
"start:raw": "node --enable-source-maps --experimental-json-modules --no-warnings dist/src/bot.js",
"dev": "yarn start:keep",
"test": "yarn lint && yarn build:no-emit",
"test:lint": "yarn lint",
"test:build": "yarn build:no-emit",
"test:unit": "node --enable-source-maps --test dist/test",
"format": "yarn prettier . --write",
"format:check": "yarn prettier . --check",
"lint": "yarn eslint src lib config",
"upgrade": "yarn set version latest && yarn install && yarn upgrade-interactive && yarn rimraf yarn.lock && yarn cache clean && yarn install && git submodule update --recursive --remote",
"upgrade:sdk": "yarn dlx @yarnpkg/sdks vscode",
"beta": "git push && git checkout beta && git merge master && git push && git checkout master",
"deploy:beta": "pm2 deploy ecosystem.config.cjs beta",
"deploy:production": "pm2 deploy ecosystem.config.cjs production",
"deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta",
"postinstall": "husky install"
},
"imports": {
"#lib": "./lib/index.js",
"#lib/*": "./lib/*",
"#src/*": "./src/*",
"#args": "./lib/arguments/index.js",
"#commands": "./src/commands/index.js",
"#tags": "./lib/common/tags.js",
"#config": "./config/index.js",
"#models": "./lib/models/index.js"
},
"disabled-dependencies": {
"gif-to-apng": "^0.1.2"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@discordjs/builders": "^1.9.0",
"@discordjs/rest": "^2.4.0",
"@ironm00n/nbt-ts": "^1.4.1",
"@napi-rs/canvas": "^0.1.64",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@sentry/node": "^8.41.0",
"@sentry/tracing": "7.120.0",
"@tanzanite/deep-lock": "^1.1.1",
"@tanzanite/discord-akairo": "dev",
"@tanzanite/discord.js-minesweeper": "^1.2.0",
"@tanzanite/events-intercept": "^3.1.0",
"@tanzanite/humanize-duration": "^4.0.1",
"@tanzanite/simplify-number": "^2.0.1",
"@tanzanite/wolfram-alpha": "^1.1.0",
"chalk": "^5.3.0",
"deep-object-diff": "^1.1.9",
"discord-api-types": "0.37.110",
"discord.js": "^14.16.3",
"fuse.js": "^7.0.0",
"googleapis": "^144.0.0",
"lodash-es": "^4.17.21",
"mathjs": "^14.0.0",
"nanoid": "^5.0.9",
"nearley": "^2.20.1",
"numeral": "^2.0.6",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"prettier": "^3.4.1",
"pretty-bytes": "^6.1.1",
"rimraf": "^6.0.1",
"rollup": "^4.28.0",
"sequelize": "6.37.5",
"typescript": "^5.7.2",
"vm2": "^3.9.19"
},
"devDependencies": {
"@sapphire/snowflake": "^3.5.5",
"@sentry/types": "^8.41.0",
"@types/eslint": "^9.6.1",
"@types/express": "^5.0.0",
"@types/lodash-es": "^4.17.12",
"@types/nearley": "^2.11.5",
"@types/node": "^22.10.1",
"@types/node-fetch": "^2.6.12",
"@types/numeral": "^2.0.5",
"@types/pg": "^8.11.10",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"typescript-eslint": "^8.16.0"
},
"packageManager": "[email protected]",
"resolutions": {
"tslib": "latest",
"discord.js": "patch:@tanzanite/discord.js@npm%3Adev#~/.yarn/patches/@tanzanite-discord.js-npm-21.0.0-dev.1732992097-ff61f25bf-1347ec7fb9.patch"
}
}