-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 891 Bytes
/
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
{
"name": "@bdsx/discordchatter",
"version": "1.1.4",
"description": "Integrate Discord with BDSX! Send messages to and from your servers!",
"main": "index.js",
"keywords": [
"Discord",
"BDSX",
"Server Utility"
],
"homepage": "https://github.com/TheShadowEevee/BDSX-Discord-Chatter-Plugin#readme",
"author": "TheShadowEevee",
"repository": {
"type": "git",
"url": "git+https://github.com/TheShadowEevee/BDSX-Discord-Chatter-Plugin.git"
},
"license": "ISC",
"bdsxPlugin": true,
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepare": "tsc || exit 0"
},
"devDependencies": {
"@types/node": "^12.20.48",
"bdsx": "file:../bdsx",
"typescript": "^4.2.3"
},
"dependencies": {
"discord.js": "^11.6.4 <12.0.0"
},
"bugs": {
"url": "https://github.com/TheShadowEevee/BDSX-Discord-Chatter-Plugin/issues"
}
}