-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "@duxcore/interactive-discord",
"author": "Jackson Roberts <jackson@holopanio.com>",
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.",
"version": "1.5.5",
"license": "GPL-3.0",
"main": "lib/index",
"private": false,
"repository": "https://github.com/duxcore/interactive-discord.git",
"scripts": {
"build": "tsc",
"postinstall": "patch-package && tsc"
},
"dependencies": {
"axios": "^0.21.1",
"discord.js": "12.5.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"tiny-typed-emitter": "^2.0.3",
"uuid": "^8.3.2",
"typescript": "^4.3.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^15.6.1",
"@types/uuid": "^8.3.0"
},
"keywords": [
"discord",
"interactions",
"discord-interactions",
"interactive-discord",
"slash-commands",
"discord-commands",
"discord-slash-commands",
"message-components",
"discord-message-components"
]
}