This repository was archived by the owner on Jun 14, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.85 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
57
58
{
"name": "@tinypudding/discord-firebase-async-server",
"version": "1.4.17",
"description": "System for synchronizing Discord Bots with the Firebase.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/PuddyClub/Discord-Firebase-Async-Server.git"
},
"keywords": [
"discord-js",
"firebase",
"discord-bot",
"discord-js-bot",
"firebase-database",
"discord",
"api"
],
"author": "Yasmin Seidel (Jasmin Dreasond)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PuddyClub/Discord-Firebase-Async-Server/issues"
},
"homepage": "https://github.com/PuddyClub/Discord-Firebase-Async-Server#readme",
"dependencies": {
"@tinypudding/csrftoken-lib": "^1.0.6",
"@tinypudding/discord-oauth2": "^1.1.0",
"@tinypudding/firebase-express-template": "^1.2.20",
"@tinypudding/firebase-lib": "^1.0.14",
"@tinypudding/i18": "^1.3.4",
"@tinypudding/puddy-lib": "^1.1.40",
"@tinypudding/timezone-cookie-session": "^1.1.3",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.3",
"byte-length": "^1.0.2",
"clone": "^2.1.2",
"cookie-session": "^1.4.0",
"death": "^1.1.0",
"discord.js": "^14.6.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.1",
"firebase": "^8.10.0",
"for-promise": "^1.3.3",
"helmet": "^4.4.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment-timezone": "^0.5.38",
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
"paginate-array": "^2.1.0",
"pretty-bytes": "^5.6.0",
"socket.io": "^4.0.2",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
}
}