mirror of
https://github.com/LeviSnoot/MediaFixer.git
synced 2024-12-02 18:00:02 +01:00
Update package.json
- Remove discord-reply dependency - Update discord.js - add linter
This commit is contained in:
parent
20a80a3c63
commit
31237ad984
1 changed files with 20 additions and 6 deletions
26
package.json
26
package.json
|
@ -1,16 +1,30 @@
|
|||
{
|
||||
"name": "mediafixer",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"version": "1.2.2",
|
||||
"description": "Fixes broken twitter embeds by replying with a reformatted link.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/LeviSnoot/MediaFixer.git"
|
||||
},
|
||||
"keywords": [
|
||||
"discord",
|
||||
"twitter",
|
||||
"embeds"
|
||||
],
|
||||
"author": "Yber0 & LeviSnoot",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"discord-reply": "^0.1.2",
|
||||
"discord.js": "^13.4.0"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue