Fork from @sinclair/typebox 0.34.49 as @alkdev/typebox

- Rename package from @sinclair/typebox to @alkdev/typebox
- Update author, repository, and homepage to alkdev
- Remove GitHub workflows, .vscode config, and branding assets
- Update all source, test, example, changelog, and task imports
- Update tsconfig.json path mappings
- Clean up readme header (remove upstream badges/branding)
This commit is contained in:
2026-04-23 13:22:31 +00:00
parent 11f18ac6e9
commit bd758c2342
981 changed files with 1676 additions and 2054 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sinclair/typebox",
"version": "0.34.48",
"name": "@alkdev/typebox",
"version": "0.34.49",
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
"keywords": [
"typescript",
@@ -8,12 +8,12 @@
"validate",
"typecheck"
],
"author": "sinclairzx81",
"author": "alkdev",
"license": "MIT",
"homepage": "https://github.com/sinclairzx81/typebox-legacy",
"homepage": "https://git.alk.dev/alkdev/typebox",
"repository": {
"type": "git",
"url": "https://github.com/sinclairzx81/typebox-legacy"
"url": "https://git.alk.dev/alkdev/typebox"
},
"scripts": {
"test:typescript": "hammer task test_typescript",
@@ -37,8 +37,8 @@
"@types/node": "^22.13.5",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"mocha": "^11.1.0",
"mocha": "^11.3.0",
"prettier": "^2.7.1",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}