-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "pepe13",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"start:dev": "ts-node-dev src/index.ts",
"start:prod": "ts-node dist/index.js",
"clean": "node clean.js",
"build": "npm run clean && tsc --build",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.10.0",
"@types/mongoose": "^5.11.97",
"canvas": "^2.9.3",
"canvas-text-wrapper": "^0.10.2",
"cron": "^2.2.0",
"discord-player": "^5.2.2",
"discord.js": "^13.13.1",
"dotenv": "^16.0.3",
"glob": "^8.1.0",
"mongoose": "^6.10.0",
"opusscript": "^0.0.8",
"urban-dictionary": "^3.0.2",
"winston": "^3.8.2",
"ytdl-core": "^4.11.2"
},
"devDependencies": {
"@types/cron": "^2.0.0",
"@types/glob": "^7.2.0",
"@types/node": "^18.14.4",
"@types/urban-dictionary": "^3.0.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
}
}