17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"name": "lucy_watchcat",
|
|
"version": "0.0.4",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "src/watchcat.js",
|
|
"scripts": {
|
|
"dev": "nodemon . --watch"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"discord.js": "^14.27.0",
|
|
"dotenv": "^17.4.2"
|
|
}
|
|
}
|