koishi-plugin-twitter-fetcher 0.0.3 → 0.0.4

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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-twitter-fetcher",
3
3
  "description": "自动解析 推特Twitter/X 链接,聚合推文截图、文本、图片和视频。",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -10,6 +10,14 @@
10
10
  ],
11
11
  "author": "whitebr1ck",
12
12
  "license": "MIT",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/WhiteBr1ck/koishi-plugin-twitter-fetcher.git"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/WhiteBr1ck/koishi-plugin-twitter-fetcher/issues"
19
+ },
20
+ "homepage": "https://github.com/WhiteBr1ck/koishi-plugin-twitter-fetcher#readme",
13
21
  "keywords": [
14
22
  "koishi",
15
23
  "plugin",