Files
LazyBot/app/package.json
T
Arthur Puechberty a4d93afaa3 add Discord Bot
2026-01-15 00:43:40 +01:00

33 lines
748 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"
}
}