-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 851 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
{
"name": "aws-python-twitch-eventsub-to-discord",
"description": "This template takes go-live events from Twitch EventSub, and publishes the events through a Discord Webhook.",
"version": "1.1.0",
"repository": "github:dylmye/aws-python-twitch-eventsub-to-discord",
"keywords": [
"python",
"aws",
"lambda",
"serverless",
"discord",
"twitch"
],
"author": "Dylan Myers",
"license": "ISC",
"dependencies": {
"serverless": ">3.0.0",
"serverless-python-requirements": "5.4.0"
},
"bugs": {
"url": "/~https://github.com/dylmye/aws-python-twitch-eventsub-to-discord/issues"
},
"homepage": "/~https://github.com/dylmye/aws-python-twitch-eventsub-to-discord#readme",
"devDependencies": {
"serverless-plugin-common-excludes": "^4.0.0",
"serverless-plugin-include-dependencies": "^5.0.0"
}
}