You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
433 B

{
"name": "koishi-plugin-adapter-potato",
"description": "Potato 适配器",
"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.15.0"
},
"dependencies": {
"file-type": "^16.5.4",
"form-data": "^4.0.0"
}
}