-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.32.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/harlan-zw/mdream"
},
"scripts": {
"build": "pnpm run -r build",
"lint": "eslint .",
"typecheck": "pnpm run -r typecheck",
"test": "pnpm exec playwright install && vitest test",
"release": "pnpm build && bumpp --output=CHANGELOG.md packages/*/package.json",
"test:attw": "pnpm -r --parallel --filter './packages/**' run test:attw",
"bench": "vitest bench --config bench/vitest.config.ts",
"bench:cli": "./bench/cli-compare.sh"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@arethetypeswrong/cli": "catalog:",
"@built-in-ai/transformers-js": "catalog:",
"@kreuzberg/html-to-markdown-node": "catalog:",
"@types/node": "catalog:",
"@vitest/browser": "catalog:",
"@vitest/browser-playwright": "catalog:",
"ai": "catalog:",
"bumpp": "catalog:",
"crawlee": "catalog:",
"eslint": "catalog:",
"llm-cost": "catalog:",
"node-html-markdown": "catalog:",
"obuild": "catalog:",
"playwright": "catalog:",
"turndown": "catalog:",
"turndown-plugin-gfm": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}