-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"dev": "nodemon ./index.js",
"lint": "eslint --fix commands/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"jimp": "^0.16.1",
"mongoose": "^6.0.14",
"node-fetch": "^2.6.1",
"open": "^8.2.1",
"openm": "^1.1.0",
"path": "^0.12.7",
"puppeteer": "^10.1.0",
"split-camelcase-to-words": "^1.0.1",
"sudo": "^1.0.3",
"wikijs": "^6.2.3",
"ytdl-core": "^4.9.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-prettier": "^3.4.1",
"nodemon": "^2.0.12",
"prettier": "2.3.2"
}
}