-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "rin",
"version": "1.0.1",
"description": "Discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "./node_modules/.bin/eslint .",
"lint-fix": "./node_modules/.bin/eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"pre-commit": [
"lint"
],
"author": "bryngo",
"license": "ISC",
"bugs": {
"url": "https://github.com/bryngo/rin/issues"
},
"homepage": "https://github.com/bryngo/rin/blob/master/README.md",
"dependencies": {
"@discordjs/form-data": "^3.0.1",
"@discordjs/opus": "^0.3.2",
"@google-cloud/speech": "2.1.1",
"@keyv/mongo": "^1.1.0",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^6.1.0",
"enmap": "^5.1.0",
"ffmpeg": "^0.0.4",
"i18n": "^0.8.3",
"keyv": "^3.1.0",
"mongodb": "^3.2.7",
"mongoose": "^5.7.5",
"node-opus": "^0.3.2",
"opusscript": "0.0.6",
"pino": "^5.13.0",
"pino-pretty": "^3.2.0",
"public-ip": "^4.0.0",
"ytdl-core": "^0.29.5"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"pre-commit": "^1.2.2"
}
}