Files
typemap/package.json
2025-03-12 19:45:30 +09:00

35 lines
906 B
JSON

{
"name": "@sinclair/typemap",
"version": "0.8.19",
"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.30",
"valibot": "^1.0.0-rc.4",
"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"
}
}