-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 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
58
59
60
{
"name": "Alcatraz",
"version": "2.8.0",
"description": "Un bot entièrement personnalisable construit avec discord.js par GalackQSM",
"main": "Alcatraz.js",
"dependencies": {
"snekfetch": "^4.0.4",
"better-sqlite3": "^7.1.1",
"infinity-api": "^1.0.9",
"boats.js": "^2.5.0",
"discord-paginationembed": "^2.1.0",
"mathjs": "^8.0.1",
"discord-backup": "^2.2.5",
"winston": "^3.3.3",
"@spyte-corp/discord.js-remove-on-reaction": "^1.0.5",
"dblapi.js": "^2.4.1",
"@vitalets/google-translate-api": "^4.0.0",
"ascii-table": "0.0.9",
"canvacord": "^5.0.8",
"common-tags": "^1.8.0",
"cron-parser": "^2.17.0",
"discord.js": "^12.4.0",
"discord-canvas": "^1.4.1",
"figlet": "^1.5.0",
"gifencoder": "^2.0.1",
"he": "^1.2.0",
"humanize-duration": "^3.24.0",
"jimp": "^0.16.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.2",
"node": "^15.2.0",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.2",
"node-pre-gyp": "^0.16.0",
"node-schedule": "^1.3.2",
"node-superfetch": "^0.1.10",
"superagent": "^6.1.0",
"yaml": "^1.10.0",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"electron-rebuild": "^2.3.2",
"nodemon": "^2.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node Alcatraz.js"
},
"repository": {
"type": "git",
"url": "git+https://GalackQSM@github.com/GalackQSM/Alcatraz.git"
},
"author": "GalackQSM",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GalackQSM/Alcatraz/issues"
},
"homepage": "https://github.com/GalackQSM/Alcatraz#readme"
}