koishi-plugin-theme-martin
Version:
Martin Matin: change theme every time you visit the console
69 lines (68 loc) • 1.61 kB
JSON
{
"name": "koishi-plugin-theme-martin",
"description": "Martin Matin: change theme every time you visit the console",
"version": "1.0.4",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"lib",
"dist"
],
"author": "Shigma <shigma10826@gmail.com>",
"scripts": {
"build": "tsc -b && koishi-console build"
},
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-theme-martin.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-theme-martin/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-theme-martin",
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"webui",
"console",
"theme",
"martin",
"matin",
"random"
],
"koishi": {
"browser": true,
"description": {
"en": "Martin Matin: change theme every time you visit the console",
"zh": "马丁的早晨:每次访问控制台时都会随机更换主题"
},
"services": {
"required": [
"console"
]
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.11.10",
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/client": "^5.11.10",
"@koishijs/plugin-console": "^5.11.10",
"@types/node": "^20.4.2",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"koishi": "^4.13.8",
"typescript": "^5.1.6"
}
}