chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:55 +08:00
commit db42b91b75
6397 changed files with 146012 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@models.dev/core",
"version": "0.0.0",
"private": true,
"$schema": "https://json.schemastore.org/package.json",
"type": "module",
"dependencies": {
"remeda": "^2.33.7",
"zod": "catalog:"
},
"main": "./src/index.ts",
"devDependencies": {
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:"
}
}