mirror of
https://github.com/lobehub/lobehub.git
synced 2026-04-01 14:19:41 +07:00
20 lines
455 B
JSON
Executable File
20 lines
455 B
JSON
Executable File
{
|
|
"name": "@lobechat/web-crawler",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'"
|
|
},
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.6.0",
|
|
"happy-dom": "^20.0.10",
|
|
"node-html-markdown": "^1.3.0",
|
|
"ssrf-safe-fetch": "workspace:*",
|
|
"query-string": "^9.3.1",
|
|
"url-join": "^5"
|
|
}
|
|
}
|