Files
LazyBot/app/package.json
T
2026-01-15 02:31:11 +01:00

34 lines
773 B
JSON

{
"name": "lazybot",
"version": "1.0.0",
"description": "Un bot Discord configurable via un site web.",
"keywords": [
"Discord",
"Bot",
"WebApp"
],
"homepage": "https://github.com/arthur-pbty/LazyBot#readme",
"bugs": {
"url": "https://github.com/arthur-pbty/LazyBot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthur-pbty/LazyBot.git"
},
"license": "ISC",
"author": "Arthur Pbty",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cross-fetch": "^4.1.0",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-session": "^1.18.2",
"sqlite3": "^5.1.7"
}
}