koishi-plugin-aka-60s-api 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +20 -0
  2. package/readme.md +5 -0
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "koishi-plugin-aka-60s-api",
3
+ "description": "调用60s API转发信息的工具 - 个人用",
4
+ "version": "0.0.1",
5
+ "main": "lib/index.js",
6
+ "typings": "lib/index.d.ts",
7
+ "files": [
8
+ "lib",
9
+ "dist"
10
+ ],
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "chatbot",
14
+ "koishi",
15
+ "plugin"
16
+ ],
17
+ "peerDependencies": {
18
+ "koishi": "^4.18.9"
19
+ }
20
+ }
package/readme.md ADDED
@@ -0,0 +1,5 @@
1
+ # koishi-plugin-aka-60s-api
2
+
3
+ [![npm](https://img.shields.io/npm/v/koishi-plugin-aka-60s-api?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-aka-60s-api)
4
+
5
+ 调用60s API转发信息的工具 - 个人用