midjourney-reborn/package.json

17 lines
387 B
JSON
Raw Normal View History

2023-01-30 12:17:15 +00:00
{
"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"
}
}