PepperBot/package.json
2023-09-09 14:20:07 -07:00

19 lines
397 B
JSON

{
"name": "pepperbot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.13.0",
"discord.js-collector": "^1.8.9",
"dotenv": "^16.3.1",
"emoji-regex": "^10.2.1",
"regex": "^0.1.1"
}
}