ReactBot/package.json

20 lines
384 B
JSON

{
"name": "react_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node react.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-user-bots": "^1.5.2",
"fs.promises.exists": "^1.1.3",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
"unique-username-generator": "^1.1.1"
}
}