url-shortener/package.json
2024-10-03 12:22:56 -04:00

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",
"unirest": "^0.6.0",
"express": "^4.18.2",
"mongoose": "^7.0.4",
"shortid": "^2.2.16"
}
}