Files
typemap/package.json
glm-5.1 3b4dd4f1d1 Fork @sinclair/typemap to @alkdev/typemap with @alkdev/typebox backend
- Rename package to @alkdev/typemap, update peerDeps to @alkdev/typebox
- Replace all @sinclair/typebox imports with @alkdev/typebox
- Replace @sinclair/hammer build system with standalone build.mjs
- Remove upstream-only files (.github, .vscode, design/, typemap.png)
- Update readme with fork notice and new package names
- Add fork copyright to license
2026-04-23 15:36:51 +00:00

31 lines
817 B
JSON

{
"name": "@alkdev/typemap",
"version": "0.10.1",
"description": "Syntax Compiler and Translation System for Runtime Types",
"author": "alkdev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.alk.dev/alkdev/typemap"
},
"scripts": {
"clean": "node build.mjs clean",
"format": "prettier --no-semi --single-quote --print-width 240 --trailing-comma all --write test src",
"test": "node build.mjs test",
"build": "node build.mjs build"
},
"peerDependencies": {
"@alkdev/typebox": "^0.34.49",
"valibot": "^1.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}