forked from mxz7/nypsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.82 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
{
"name": "nypsi",
"version": "7.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"format": "prettier --write .",
"clean": "rm -rf dist node_modules",
"build": "tsc",
"watch": "tsc --build --watch"
},
"author": "tekoh",
"license": "ISC",
"dependencies": {
"@catppuccin/palette": "0.2.0",
"@discordjs/rest": "2.2.0",
"@prisma/client": "5.7.1",
"@top-gg/sdk": "3.1.6",
"@zeyrbot/urbandictionary": "^1.0.3",
"bufferutil": "4.0.8",
"captcha-canvas": "3.2.1",
"chalk": "4.1.2",
"cron": "^3.1.6",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"discord-hybrid-sharding": "2.1.4",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"express": "4.18.2",
"fast-sort": "3.4.0",
"ioredis": "5.3.2",
"lodash": "4.17.21",
"mathjs": "12.2.0",
"ms": "2.1.3",
"node-os-utils": "1.3.7",
"p-all": "3.0.0",
"string-similarity": "4.0.4",
"twemoji-parser": "14.0.0"
},
"devDependencies": {
"@types/crypto-js": "4.2.1",
"@types/express": "4.17.21",
"@types/figlet": "1.5.8",
"@types/jest": "^29.5.11",
"@types/lodash": "4.14.202",
"@types/ms": "0.7.34",
"@types/node": "20.10.4",
"@types/node-os-utils": "1.3.4",
"@types/string-similarity": "4.0.2",
"@types/twemoji-parser": "13.1.4",
"@types/urban-dictionary": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.55.0",
"eslint-plugin-deprecation": "2.0.0",
"jest": "^29.7.0",
"prettier": "3.1.1",
"prisma": "5.7.1",
"typescript": "5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tekoh/nypsi.git"
},
"bugs": {
"url": "https://github.com/tekoh/nypsi/issues"
},
"homepage": "https://github.com/tekoh/nypsi#readme"
}