mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-05 22:36:12 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@sinclair/typebox",
|
|
"version": "0.34.0",
|
|
"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": "^10.4.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|