-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 876 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
{
"name": "extralife-discord-bridge",
"version": "3.0.0",
"description": "Post Extra-Life donations to your Discord channels",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stjohnjohnson/extralife-discord-bridge.git"
},
"author": "St. John Johnson <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stjohnjohnson/extralife-discord-bridge/issues"
},
"homepage": "https://github.com/stjohnjohnson/extralife-discord-bridge#readme",
"dependencies": {
"@discordjs/rest": "^2.4.0",
"discord-api-types": "^0.37.11",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"extra-life-api": "^8.0.0",
"log-timestamp": "^0.3.0"
}
}