27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"name": "ffxidiscord",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@zip.js/zip.js": "^2.7.41",
|
|
"adm-zip": "^0.5.12",
|
|
"body-parser": "^1.20.2",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"discord.js": "^14.13.0",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql2": "^3.9.3",
|
|
"uuid4": "^2.0.3",
|
|
"winston": "^3.13.0",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|