@mvkproject/nexus
Version:
Official Node.js wrapper for the MVKProject Nexus API and Free AI Services
67 lines • 1.37 kB
JSON
{
"name": "@mvkproject/nexus",
"version": "3.0.23",
"description": "Official Node.js wrapper for the MVKProject Nexus API and Free AI Services",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mvkproject",
"nexus",
"api",
"wrapper",
"discord",
"ai",
"image-generation",
"chatgpt",
"gemini",
"ai",
"chatbot",
"chatgpt",
"gpt",
"text2image",
"texttoimage",
"text2img",
"texttoimg",
"image",
"image-generator",
"diffusion",
"ai-images",
"ai-images-generator",
"chatgpt4",
"chatgpt-4",
"openai",
"open-ai",
"discord-ai",
"discordai",
"gemini",
"gemini-api",
"gemini-pro",
"deepseek",
"llama",
"deepseek-r1"
],
"author": "DarknessDev",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarknessDEVV/-mvkproject-nexus.git"
},
"bugs": {
"url": "https://github.com/DarknessDEVV/-mvkproject-nexus/issues"
},
"homepage": "https://github.com/DarknessDEVV/-mvkproject-nexus#readme"
}