novelai-bot/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

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",
"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": {
"@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": {
"image-size": "^1.0.2",
"libsodium-wrappers": "^0.7.10"
2022-10-05 23:12:51 +08:00
}
}