2022-10-05 23:12:51 +08:00
|
|
|
{
|
|
|
|
"name": "koishi-plugin-novelai",
|
2022-10-06 03:21:15 +08:00
|
|
|
"description": "Generate images by NovelAI",
|
2022-10-11 15:58:19 +08:00
|
|
|
"version": "1.6.2",
|
2022-10-05 23:12:51 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"dist"
|
|
|
|
],
|
2022-10-06 03:21:15 +08:00
|
|
|
"author": "Ninzore <cillerpro@gmail.com>",
|
|
|
|
"maintainers": [
|
|
|
|
"Shigma <shigma10826@gmail.com>"
|
|
|
|
],
|
2022-10-05 23:12:51 +08:00
|
|
|
"license": "MIT",
|
2022-10-06 03:21:15 +08:00
|
|
|
"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://github.com/koishijs/koishi-plugin-novelai",
|
|
|
|
"scripts": {
|
|
|
|
"build": "atsc -b"
|
|
|
|
},
|
|
|
|
"koishi": {
|
|
|
|
"browser": true,
|
|
|
|
"description": {
|
|
|
|
"en": "Generate images by [NovelAI](https://novelai.net/)",
|
|
|
|
"zh": "基于 [NovelAI](https://novelai.net/) 的画图插件"
|
|
|
|
}
|
|
|
|
},
|
2022-10-05 23:12:51 +08:00
|
|
|
"keywords": [
|
|
|
|
"chatbot",
|
|
|
|
"koishi",
|
2022-10-06 03:21:15 +08:00
|
|
|
"plugin",
|
|
|
|
"novelai",
|
|
|
|
"ai",
|
|
|
|
"paint",
|
|
|
|
"image",
|
|
|
|
"generate"
|
2022-10-05 23:12:51 +08:00
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2022-10-07 23:10:37 +08:00
|
|
|
"koishi": "^4.9.4"
|
2022-10-06 03:21:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-10 10:32:37 +08:00
|
|
|
"@types/libsodium-wrappers": "^0.7.10",
|
2022-10-06 03:21:15 +08:00
|
|
|
"@types/node": "^17.0.45",
|
|
|
|
"atsc": "^1.1.2",
|
2022-10-07 23:10:37 +08:00
|
|
|
"koishi": "^4.9.4",
|
2022-10-06 03:21:15 +08:00
|
|
|
"typescript": "^4.8.4"
|
2022-10-07 09:28:05 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-10 10:32:37 +08:00
|
|
|
"image-size": "^1.0.2",
|
|
|
|
"libsodium-wrappers": "^0.7.10"
|
2022-10-05 23:12:51 +08:00
|
|
|
}
|
|
|
|
}
|