-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
71 lines (71 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
70
71
{
"name": "nypsi",
"version": "9.4.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"format": "prettier --write .",
"clean": "rm -rf dist node_modules",
"build": "tsc",
"watch": "tsc --build --watch"
},
"author": "mxz7",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.744.0",
"@catppuccin/palette": "1.7.1",
"@discordjs/rest": "2.4.3",
"@prisma/client": "6.3.1",
"@top-gg/sdk": "3.1.6",
"@twemoji/parser": "^15.1.1",
"@zeyrbot/urbandictionary": "^1.0.3",
"bee-queue": "^1.7.1",
"bufferutil": "4.0.9",
"chalk": "4.1.2",
"cron": "^3.5.0",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"discord-hybrid-sharding": "2.2.4",
"discord.js": "14.18.0",
"dotenv": "16.4.7",
"express": "4.21.2",
"fast-sort": "3.4.1",
"ioredis": "5.5.0",
"lodash": "4.17.21",
"mathjs": "14.2.1",
"ms": "2.1.3",
"nanoid": "^3.3.8",
"node-os-utils": "1.3.7",
"p-all": "3.0.0",
"sharp": "^0.33.5",
"string-similarity": "4.0.4"
},
"devDependencies": {
"@types/crypto-js": "4.2.2",
"@types/express": "5.0.0",
"@types/figlet": "1.7.0",
"@types/jest": "^29.5.14",
"@types/lodash": "4.17.15",
"@types/ms": "2.1.0",
"@types/node": "22.13.4",
"@types/node-os-utils": "1.3.4",
"@types/string-similarity": "4.0.2",
"@types/urban-dictionary": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.1",
"eslint-plugin-deprecation": "3.0.0",
"jest": "^29.7.0",
"prettier": "3.5.1",
"prisma": "6.3.1",
"typescript": "5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxz7/nypsi.git"
},
"bugs": {
"url": "https://github.com/mxz7/nypsi/issues"
},
"homepage": "https://github.com/mxz7/nypsi#readme"
}