forked from r-Techsupport/TuringBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 952 Bytes
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
{
"version": "0.1.0",
"type": "module",
"directories": {
"test": "tests"
},
"engines": {
"node": ">=16.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" exit 1",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix"
},
"dependencies": {
"@types/node-os-utils": "^1.3.1",
"bufferutil": "^4.0.7",
"chalk": "^4.1.2",
"discord.js": "^14.11.0",
"googleapis": "^124.0.0",
"jsonc-parser": "^3.2.0",
"mongodb": "^5.6.0",
"node": "^19.8.1",
"node-os-utils": "^1.3.7",
"typescript": "^5.0.2",
"undici": "^5.22.1",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"@types/node": "^20.3.1",
"0x": "^5.5.0",
"better-docs": "^2.7.2",
"clean-jsdoc-theme": "^4.2.7",
"eslint-plugin-prettier": "^5.0.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.2",
"prettier": "^3.0.0",
"typescript": "~4.7.0"
}
}