Skip to main content
Module

x/typebox/package.json

Json Schema Type Builder with Static Type Resolution for TypeScript
Latest
File
{ "name": "@sinclair/typebox", "version": "0.32.27", "description": "Json Schema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "typescript", "json-schema", "validate", "typecheck" ], "author": "sinclairzx81", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sinclairzx81/typebox" }, "scripts": { "test:typescript": "hammer task test_typescript", "test:static": "hammer task test_static", "test:runtime": "hammer task test_runtime", "install:local": "hammer task install_local", "benchmark": "hammer task benchmark", "build": "hammer task build", "test": "hammer task test", "clean": "hammer task clean", "format": "hammer task format", "start": "hammer task start", "publish": "hammer task publish", "publish:dev": "hammer task publish_dev" }, "devDependencies": { "@arethetypeswrong/cli": "^0.13.2", "@sinclair/hammer": "^0.18.0", "@types/mocha": "^9.1.1", "@types/node": "^20.10.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "mocha": "^9.2.2", "prettier": "^2.7.1", "typescript": "^5.4.5" }}