Rainer/package.json

18 lines
313 B
JSON
Raw Permalink Normal View History

2023-12-31 14:29:10 +00:00
{
"name": "chatbot",
"version": "1.0.0",
"description": "",
"main": "src/index.mjs",
"scripts": {
"start": "node src/index.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"cuffeo": "^1.2.2",
"discord.js": "^14.14.1",
"fetch": "^1.1.0",
"node-fetch": "^3.3.2"
}
}