This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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
56
57
{
"name": "quarantine-gaming",
"version": "4.1.0",
"description": "A Discord Bot for Quarantine Gaming Server.",
"main": "./src/main.js",
"type": "module",
"author": "Juruel Keanu Lorenzo",
"license": "GPL-3.0-only",
"homepage": "https://github.com/JKLorenzo/Quarantine-Gaming#readme",
"repository": {
"type": "git",
"url": "https://github.com/JKLorenzo/Quarantine-Gaming.git"
},
"bugs": {
"url": "https://github.com/JKLorenzo/Quarantine-Gaming/issues"
},
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write src/**/*.js",
"prepare": "is-ci || husky install"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.3.1",
"axios": "^0.21.1",
"common-tags": "^1.8.0",
"discord-api-types": "^0.18.1",
"discord.js": "^13.0.0-dev.02693bc02f45980d8165820a103220f0027b96b7",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"firebase-admin": "^9.9.0",
"g-i-s": "^2.1.6",
"humanize-duration": "^3.26.0",
"jsdom": "^16.6.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^2.6.1",
"node-google-tts-api": "^1.1.1",
"probe-image-size": "^7.1.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0"
}
}