This repository was archived by the owner on Nov 14, 2022. 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
44 lines (44 loc) · 1.39 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.39 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
{
"name": "@tinypudding/firebase-discord-interactions",
"version": "1.7.21",
"description": "Use Firebase Database Realtime or static data to receivve your Discord Bot's commands from the command slash.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyPudding/Firebase-Discord-Interactions.git"
},
"keywords": [
"discord-interactions",
"discord.js",
"discord",
"slash-command",
"express",
"http",
"plugin"
],
"author": "Yasmin Seidel (JasminDreasond)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TinyPudding/Firebase-Discord-Interactions/issues"
},
"homepage": "https://github.com/TinyPudding/Firebase-Discord-Interactions#readme",
"dependencies": {
"@tinypudding/discord-slash-commands": "^1.0.4",
"@tinypudding/puddy-lib": "^1.1.40",
"clone": "^2.1.2",
"discord-interactions": "^3.2.0",
"for-promise": "^1.3.2",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"normalize-url": "^7.0.0",
"object-hash": "^2.1.1"
},
"devDependencies": {
"@tinypudding/firebase-lib": "^1.0.14",
"discord.js": "^12.5.3",
"firebase-admin": "^9.12.0"
}
}