17 lines
387 B
JSON
17 lines
387 B
JSON
|
{
|
||
|
"name": "midjourney-bot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A Discord bot for all your Midjourney needs!",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^14.7.1",
|
||
|
"log": "^6.3.1",
|
||
|
"midjourney-client": "github:oelin/midjourney-client"
|
||
|
}
|
||
|
}
|