This repository was archived by the owner on May 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.45 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "genaiscript-core-internal",
"version": "1.140.1",
"main": "src/index.ts",
"license": "MIT",
"private": true,
"npm": {
"publish": false
},
"repository": {
"directory": "packages/core",
"url": "https://github.com/microsoft/genaiscript"
},
"optionalDependencies": {
"@lvce-editor/ripgrep": "^1.6.0",
"pdfjs-dist": "5.2.133",
"web-tree-sitter": "0.22.2"
},
"devDependencies": {
"@anthropic-ai/bedrock-sdk": "0.22.1",
"@anthropic-ai/sdk": "0.52.0",
"@ast-grep/napi": "^0.37.0",
"@azure/identity": "^4.10.0",
"@azure/search-documents": "^12.1.0",
"@elastic/micro-jq": "^1.8.0",
"@huggingface/jinja": "^0.5.0",
"@modelcontextprotocol/sdk": "^1.12.0",
"@octokit/plugin-paginate-rest": "^13.0.0",
"@octokit/plugin-retry": "^8.0.1",
"@octokit/plugin-throttling": "^11.0.1",
"@octokit/rest": "^21.1.1",
"@plussub/srt-vtt-parser": "^2.0.5",
"@smithy/util-base64": "^4.0.0",
"@tidyjs/tidy": "^2.5.2",
"@types/diff": "^6.0.0",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/html-to-text": "^9.0.4",
"@types/inflection": "^1.13.2",
"@types/ini": "^4.1.1",
"@types/jsdom": "^21.1.7",
"@types/mime-types": "^2.1.4",
"@types/mustache": "^4.2.5",
"@types/node": "^22.15.2",
"@types/object-inspect": "^1.13.0",
"@types/semver": "^7.7.0",
"@types/shell-quote": "^1.7.5",
"ajv": "^8.17.1",
"chokidar": "^4.0.3",
"cross-fetch": "^4.1.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"debug": "^4.4.1",
"diff": "^7.0.0",
"dotenv": "^16.5.0",
"es-toolkit": "^1.38.0",
"esbuild": "^0.25.5",
"fast-xml-parser": "^5.2.3",
"fetch-retry": "^6.0.0",
"fflate": "^0.8.2",
"file-type": "^20.5.0",
"fluent-ffmpeg": "^2.1.3",
"gpt-tokenizer": "^2.9.0",
"groq-js": "^1.16.1",
"html-escaper": "3.0.3",
"html-to-text": "^9.0.5",
"ignore": "^7.0.4",
"image-size": "^2.0.2",
"inflection": "^3.0.2",
"ini": "^5.0.0",
"jimp": "^1.6.0",
"json5": "^2.2.3",
"jsonrepair": "^3.12.0",
"magic-string": "^0.30.17",
"mammoth": "^1.9.0",
"mathjs": "^14.5.0",
"merge-descriptors": "^2.0.0",
"mermaid": "^11.6.0",
"mime": "^4.0.7",
"minimatch": "^10.0.1",
"minisearch": "^7.1.2",
"mustache": "^4.2.0",
"nanoid": "^5.1.5",
"object-inspect": "^1.13.4",
"openai": "^4.100.0",
"p-limit": "^6.2.0",
"package-manager-detector": "^1.3.0",
"parse-diff": "^0.11.1",
"prettier": "^3.5.3",
"pretty-bytes": "^7.0.0",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.17.0",
"semver": "^7.7.2",
"serialize-error": "^12.0.0",
"shell-quote": "^1.8.2",
"tabletojson": "^4.1.6",
"terminal-size": "^4.0.0",
"toml": "^3.0.0",
"tree-sitter-wasms": "^0.1.11",
"ts-dedent": "^2.2.0",
"tsx": "^4.19.4",
"typescript": "5.8.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"yaml": "^2.8.0"
},
"scripts": {
"typecheck": "tsc -p src",
"prompts:bundle": "node bundleprompts.js",
"pretypecheck": "yarn prompts:bundle",
"pretty": "prettier **.ts --write",
"test": "node --import tsx --test src/**.test.*ts"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.70",
"@types/diff": "^6.0.0",
"@types/turndown": "^5.0.5",
"dompurify": "^3.2.6",
"jsdom": "^26.1.0",
"pyodide": "^0.27.6",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2"
}
}