dsh-long-office 0.1.2 → 0.1.3

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 +21 -1
package/package.json CHANGED
@@ -1,9 +1,29 @@
1
1
  {
2
2
  "name": "dsh-long-office",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "DSH Office read + generate: read Word/Excel/PowerPoint (docx/xlsx/pptx and legacy doc/xls) into text/tables in memory (no intermediate files, model on-demand); generate Word/Excel/PowerPoint from Markdown via md2docx / md2xlsx / md2pptx. | DSH 插件:Office 读取 + 生成 —— 内存读取 Word/Excel/PPT(含旧版 doc/xls)为文本/表格;Markdown 生成 Word/Excel/PPT(md2docx / md2xlsx / md2pptx)。",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/jackylong1987/dsh-long-office.git"
10
+ },
11
+ "homepage": "https://github.com/jackylong1987/dsh-long-office#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/jackylong1987/dsh-long-office/issues"
14
+ },
15
+ "keywords": [
16
+ "dsh",
17
+ "deepseek-harness",
18
+ "plugin",
19
+ "office",
20
+ "docx",
21
+ "xlsx",
22
+ "pptx",
23
+ "md2docx",
24
+ "md2xlsx",
25
+ "md2pptx"
26
+ ],
7
27
  "main": "lib/index.js",
8
28
  "exports": {
9
29
  ".": "./lib/index.js",