chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:38:36 +08:00
commit 8e2a6eb840
10194 changed files with 1593658 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"name": "tools-documentation-create-embeddings",
"version": "0.0.1",
"private": true,
"dependencies": {
"@supabase/supabase-js": "*",
"dotenv": "*",
"dotenv-expand": "*",
"openai": "*",
"yargs": "*",
"github-slugger": "*",
"mdast-util-from-markdown": "*",
"mdast-util-to-markdown": "*",
"mdast-util-to-string": "*",
"rehype-parse": "^9.0.0",
"rehype-remark": "^10.0.0",
"remark-stringify": "^11.0.0",
"remark-gfm": "^4.0.0",
"unified": "^11.0.4",
"unist-builder": "*"
},
"devDependencies": {
"@types/yargs": "*",
"typescript": "catalog:typescript"
}
}