25 lines
848 B
JSON
25 lines
848 B
JSON
|
{
|
||
|
"name": "bettertwitfix",
|
||
|
"version": "1.0.0",
|
||
|
"description": "(A fork of TwitFix)\r Basic flask server that serves fixed twitter video embeds to desktop discord by using either the Twitter API or Youtube-DL to grab tweet video information. This also automatically embeds the first link in the text of non video tweets (API Only)",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/dylanpdx/BetterTwitFix.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dylanpdx/BetterTwitFix/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/dylanpdx/BetterTwitFix#readme",
|
||
|
"dependencies": {
|
||
|
"serverless-python-requirements": "^5.4.0",
|
||
|
"serverless-wsgi": "^3.0.0"
|
||
|
}
|
||
|
}
|