@gcornut/valibot-json-schema
Version:
> [!CAUTION] > This project is now deprecated as Valibot now has an official JSON schema converter in the [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema). > The command line interface is moved to the p
75 lines (74 loc) • 1.7 kB
JSON
{
"name": "@gcornut/valibot-json-schema",
"version": "0.42.0",
"packageManager": "yarn@3.6.4",
"repository": {
"type": "git",
"url": "git+https://github.com/gcornut/valibot-json-schema.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"valibot",
"schema",
"cli",
"json-schema"
],
"type": "commonjs",
"files": [
"dist",
"bin"
],
"bin": "bin/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"sideEffects": false,
"scripts": {
"build": "tsup",
"prepublishOnly": "yarn build",
"run:cli": "esr cli",
"test": "vitest",
"type-check": "yarn tsc -p tsconfig.json",
"lint": "yarn biome check .",
"lint:ci": "yarn biome ci .",
"check": "yarn type-check && yarn lint && yarn test --run"
},
"dependencies": {
"valibot": "~0.42.0"
},
"optionalDependencies": {
"@types/json-schema": ">= 7.0.14",
"esbuild-runner": ">= 2.2.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@vitest/coverage-v8": "^2.1.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"commander": "^12.1.0",
"esbuild": "^0.23.1",
"esbuild-runner": "^2.2.2",
"lodash": "^4.17.21",
"safe-stable-stringify": "^2.5.0",
"semver": "^7.6.3",
"tsup": "^8.2.4",
"typescript": "5.6.2",
"vitest": "2.1.1"
}
}