mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-05 11:36:44 +08:00
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"name": "koishi-plugin-novelai",
|
|
"description": "Generate images by diffusion models",
|
|
"version": "1.24.0",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"dist",
|
|
"data"
|
|
],
|
|
"browser": {
|
|
"image-size": false,
|
|
"libsodium-wrappers": false
|
|
},
|
|
"author": "Ninzore <cillerpro@gmail.com>",
|
|
"contributors": [
|
|
"Shigma <shigma10826@gmail.com>",
|
|
{
|
|
"name": "Maiko Tan",
|
|
"email": "maiko.tan.coding@gmail.com"
|
|
},
|
|
"Ninzore <cillerpro@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/koishijs/koishi-plugin-novelai.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/koishijs/koishi-plugin-novelai/issues"
|
|
},
|
|
"homepage": "https://bot.novelai.dev",
|
|
"scripts": {
|
|
"build": "atsc -b",
|
|
"docs:dev": "vitepress dev docs --open",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:serve": "vitepress serve docs"
|
|
},
|
|
"koishi": {
|
|
"browser": true,
|
|
"service": {
|
|
"optional": [
|
|
"translator"
|
|
]
|
|
},
|
|
"description": {
|
|
"en": "Image Generation. Support [NovelAI](https://novelai.net/), Stable Diffusion and more.",
|
|
"zh": "画图插件,支持 [NovelAI](https://novelai.net/)、Stable Diffusion 等",
|
|
"zh-TW": "畫圖插件,支持 [NovelAI](https://novelai.net/)、Stable Diffusion 等",
|
|
"fr": "Génération des images. Fonctionner sous [NovelAI](https://novelai.net/), Stable Diffusion et plus",
|
|
"ja": "画像生成。[NovelAI](https://novelai.net/) や Stable Diffusion などに対応する。"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"chatbot",
|
|
"koishi",
|
|
"plugin",
|
|
"novelai",
|
|
"ai",
|
|
"paint",
|
|
"image",
|
|
"generate"
|
|
],
|
|
"peerDependencies": {
|
|
"koishi": "^4.17.8"
|
|
},
|
|
"devDependencies": {
|
|
"@cordisjs/vitepress": "^3.2.7",
|
|
"@koishijs/plugin-help": "^2.4.3",
|
|
"@koishijs/translator": "^1.1.1",
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
|
"@types/node": "^20.14.1",
|
|
"atsc": "^1.2.2",
|
|
"koishi": "^4.17.8",
|
|
"sass": "^1.77.4",
|
|
"typescript": "^5.4.5",
|
|
"vitepress": "1.0.0-rc.40"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.13",
|
|
"image-size": "^1.1.1",
|
|
"libsodium-wrappers-sumo": "^0.7.13"
|
|
}
|
|
}
|