This repository was archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
{
"name": "jackbot",
"version": "2.5.0",
"description": "An highly customizable and unstable Discord Bot",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "cross-env-shell NODE_ENV=development node .",
"eslint": "eslint .",
"eslint-dev": "eslint --debug ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marco4413/JackBot.git"
},
"author": {
"name": "Marco",
"url": "https://github.com/Marco4413"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Marco4413/JackBot/issues"
},
"homepage": "https://github.com/Marco4413/JackBot#readme",
"contributors": [
{
"name": "Elia Brexx",
"url": "https://steamcommunity.com/profiles/76561198132951584",
"contribution": "Italian Translation"
}
],
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.7.5",
"chalk": "^4.1.2",
"cross-fetch": "^3.1.5",
"dayjs": "^1.11.4",
"discord.js": "^14.5.0",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"libsodium-wrappers": "^0.7.10",
"mariadb": "^2.5.5",
"mathjs": "^10.0.0",
"music-metadata": "^7.11.4",
"sequelize": "^6.14.1",
"sqlite3": "^5.0.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.30.6",
"cross-env": "^7.0.3",
"eslint": "^8.4.1",
"eslint-plugin-deprecation": "^1.3.2"
}
}