mirror of
https://github.com/LeviSnoot/MediaFixer.git
synced 2024-12-03 18:20: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",
|
"name": "mediafixer",
|
||||||
"version": "1.0.0",
|
"version": "1.2.2",
|
||||||
"description": "",
|
"description": "Fixes broken twitter embeds by replying with a reformatted link.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"repository": {
|
||||||
"author": "",
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/LeviSnoot/MediaFixer.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"discord",
|
||||||
|
"twitter",
|
||||||
|
"embeds"
|
||||||
|
],
|
||||||
|
"author": "Yber0 & LeviSnoot",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord-reply": "^0.1.2",
|
"discord.js": "^14.4.0"
|
||||||
"discord.js": "^13.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