Files
typemap/package.json
sinclairzx81 c03fb39a3b Revision 0.8.9 (#19)
* String Projection | Formatting

* Version
2025-02-01 04:19:06 +09:00

35 lines
909 B
JSON

{
"name": "@sinclair/typemap",
"version": "0.8.9",
"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.14",
"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"
}
}