@zxxxy/koishi-plugin-tarotpro
Version:
抽取文字加强
35 lines (34 loc) • 623 B
JSON
{
"name": "@zxxxy/koishi-plugin-tarotpro",
"description": "抽取文字加强",
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"build": "node esbuild.config.mjs"
},
"files": [
"lib"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhanxin1/tarot.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"ba",
"tarot"
],
"peerDependencies": {
"koishi": "^4.17.2"
},
"devDependencies": {
"@sprout2000/esbuild-copy-plugin": "^1.1.16",
"esbuild": "^0.24.0"
},
"dependencies": {
"nvm": "^0.0.4"
}
}