Luusilly_WatchCat/package.json
2026-05-25 23:03:27 -05:00

17 lines
294 B
JSON

{
"name": "lucy_watchcat",
"version": "0.0.2",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "src/watchcat.js",
"scripts": {
"dev": "nodemon . --watch"
},
"dependencies": {
"chalk": "^4.1.2",
"discord.js": "^14.26.4",
"dotenv": "^17.4.2"
}
}