deno.land / x / typebox@0.32.21 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{ "name": "@sinclair/typebox", "version": "0.32.21", "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" }}
typebox

Version Info

Tagged at
a week ago