21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"name": "short",
|
|
"version": "1.0.0",
|
|
"main": "short.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"discord.js": "^14.16.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.2",
|
|
"mongoose": "^7.0.4",
|
|
"shortid": "^2.2.16",
|
|
"unirest": "^0.6.0"
|
|
}
|
|
}
|