Files
typemap/package.json
sinclairzx81 01eba09e21 Revision 0.8.13 (#23)
* Valibot-1.0.0-beta.15

* Version
2025-02-05 21:43:53 +09:00

35 lines
909 B
JSON

{
"name": "@sinclair/typemap",
"version": "0.8.13",
"description": "Syntax Compiler and Translation System for Runtime Types",
"author": "sinclairzx81",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sinclairzx81/typemap"
},
"scripts": {
"benchmark": "hammer task benchmark",
"clean": "hammer task clean",
"start": "hammer task start",
"format": "hammer task format",
"test": "hammer task test",
"build": "hammer task build",
"publish": "hammer task publish"
},
"peerDependencies": {
"@sinclair/typebox": "^0.34.15",
"valibot": "^1.0.0-beta.15",
"zod": "^3.24.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@sinclair/hammer": "^0.18.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}