mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
348 B
JSON
22 lines
348 B
JSON
{
|
|
"name": "koishi-plugin-tailchat",
|
|
"description": "Tailchat adapter",
|
|
"version": "0.0.1",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"keywords": [
|
|
"chatbot",
|
|
"koishi",
|
|
"plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"koishi": "^4.12.7"
|
|
}
|
|
}
|