-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.46 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
{
"name": "NudelBot-rewrite",
"version": "1.0.0",
"description": "",
"main": "./out/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"tsc-watch": "tsc --watch",
"nodemon": "nodemon",
"run": "npm run tsc && screen -dmS NudelBot-core nodemon ."
},
"nodemonConfig": {
"watch": [
"out"
],
"ignore": [
"src",
"out/plugin/plugins/*"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/download": "^8.0.1",
"@types/express": "^4.17.13",
"@types/glob": "^7.1.4",
"@types/markdown-it": "^12.2.0",
"@types/markdown-it-container": "^2.0.4",
"@types/markdown-it-emoji": "^2.0.2",
"@types/mime-types": "^2.1.0",
"@types/node": "^16.4.7",
"@types/node-fetch": "^2.5.12",
"@types/request": "^2.48.7",
"@types/ws": "^7.4.7",
"nodemon": "^2.0.12",
"typescript": "^4.3.5"
},
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"discord.js": "^12.5.3",
"download": "^8.0.0",
"express": "^4.17.1",
"furry-wrapper": "^0.0.5",
"google-tts-api": "^2.0.2",
"markdown-it": "^12.2.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"mime-types": "^2.1.32",
"node-fetch": "^2.6.1",
"querystring": "^0.2.1",
"request": "^2.88.2",
"telegraf": "^4.4.1",
"uwuifier": "^4.0.4",
"webuntis": "^1.15.0",
"ws": "^7.5.3"
}
}