-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "discord-bot",
"version": "1.0.0",
"description": "Simple RP Discord bot",
"author": "TheRealBarenziah",
"main": "index.js",
"scripts": {
"start": "node index.js",
"develop": "nodemon --trace-warnings index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint --color . --ext .js,.jsx",
"lint:fix": "./node_modules/.bin/eslint --fix . --ext .js,.jsx"
},
"keywords": [
"Discord",
"Discord bot",
"RP bot",
"Roleplay bot"
],
"license": "SEE LICENSE IN TARGARYEN_UNLICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/TheRealBarenziah/jdr9000.git"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@jcubic/lips": "^0.20.3",
"colors": "^1.4.0",
"commandlinefu": "^0.0.6",
"discord.js": "^11.5.1",
"dotenv": "^8.1.0",
"erlpack": "^0.1.3",
"esm": "^3.2.25",
"faker": "^5.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.2",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"giphy-api": "^2.0.1",
"node-opus": "^0.3.3",
"path": "^0.12.7",
"phraze": "^2.1.0",
"simple-youtube-api": "^5.2.1",
"tfaker": "^0.1.0",
"utf-8-validate": "^5.0.2",
"uwufy": "^1.0.6",
"waifu-generator": "^1.1.1",
"ytdl-core": "^3.2.2"
},
"devDependencies": {
"eslint": "^7.1.0",
"heapdump": "^0.3.15",
"nodemon": "^2.0.4"
}
}