Swogbot/package.json

20 lines
373 B
JSON
Raw Normal View History

2024-11-17 19:59:08 +00:00
{
"name": "swogbot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"sqlite3": "^5.1.7",
"swogbot": "file:"
}
}