Module

x/typebox/package.json

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
File
{ "name": "@sinclair/typebox", "version": "0.19.2", "description": "JSONSchema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "json-schema", "typescript", "static-types", "runtime-typechecking" ], "author": "sinclairzx81", "license": "MIT", "main": "./typebox.js", "types": "./typebox.d.ts", "repository": { "type": "git", "url": "https://github.com/sinclairzx81/typebox" }, "scripts": { "clean": "hammer task clean", "build": "hammer task build", "example": "hammer task example", "test": "hammer task spec" }, "devDependencies": { "@sinclair/hammer": "^0.12.1", "@types/chai": "^4.2.16", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "ajv": "^8.6.2", "ajv-formats": "^2.0.2", "chai": "^4.3.4", "mocha": "^8.3.2", "typescript": "^4.1.2" }}