mirror of
https://github.com/LeviSnoot/MediaFixer.git
synced 2024-12-02 18:00:02 +01:00
26 lines
No EOL
743 B
JSON
26 lines
No EOL
743 B
JSON
{
|
|
"name": "mediafixer",
|
|
"version": "1.2.5",
|
|
"description": "Fixes broken twitter embeds by replying with a reformatted link.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LeviSnoot/MediaFixer.git"
|
|
},
|
|
"keywords": ["discord", "twitter", "embeds"],
|
|
"author": "Yber0 & LeviSnoot",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^14.4.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/LeviSnoot/MediaFixer/issues"
|
|
},
|
|
"homepage": "https://github.com/LeviSnoot/MediaFixer#readme",
|
|
"devDependencies": {
|
|
"eslint": "^8.23.1"
|
|
}
|
|
} |