15 lines
246 B
JSON
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"
|
|
}
|
|
}
|