Luusilly_WatchCat/package.json
2026-04-23 13:47:57 -05:00

15 lines
246 B
JSON

{
"name": "lucy_watchcat",
"version": "0.0.1",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "watchcat.js",
"scripts": {
"dev": "nodemon . --watch"
},
"dependencies": {
"discord.js": "^14.26.3"
}
}