-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1005 Bytes
/
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
{
"name": "discord-bot",
"version": "0.0.2",
"description": "Community discord bot for hound.fm",
"main": "src/index.js",
"repository": "https://github.com/Hound-fm/discord-bot",
"author": "btzr-io <[email protected]>",
"license": "MIT",
"scripts": {
"start": "pm2 start src/index.js --name=discord-bot",
"start:dev": "node src/index.js",
"slash": "node slash.js",
"format": "npx -p prettier@latest -p pretty-quick pretty-quick"
},
"dependencies": {
"@discordjs/opus": "^0.4.0",
"add": "^2.0.6",
"chance": "^1.1.7",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fetch-node": "^0.0.1",
"ffmpeg-static": "^4.2.7",
"fuse.js": "^6.4.6",
"level-party": "^5.0.0",
"luxon": "^1.26.0",
"memoizee": "^0.4.15",
"remark": "^13.0.0",
"strip-markdown": "^4.0.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"module-alias": "^2.2.2"
},
"_moduleAliases": {
"@": "src",
"@root": ".",
"@data": "data"
}
}