Swogbot/package.json
2024-11-17 20:59:08 +01:00

20 lines
373 B
JSON

{
"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:"
}
}