@standard-community/standard-json
Version:
[](https://npmjs.org/package/@standard-community/standard-json "View this project on NPM") [
68 lines • 1.52 kB
JSON
{
"name": "@standard-community/standard-json",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"standard-schema",
"standard-community",
"standard-schema-community",
"json-schema",
"convertor"
],
"homepage": "https://github.com/standard-community",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/standard-community/standard-json.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/standard-community/standard-json/issues"
},
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"peerDependencies": {
"@valibot/to-json-schema": "^1.0.0-rc.0",
"effect": "^3.13.10",
"zod-to-json-schema": "^3.24.1"
},
"peerDependenciesMeta": {
"@valibot/to-json-schema": {
"optional": true
},
"effect": {
"optional": true
},
"zod-to-json-schema": {
"optional": true
}
},
"devDependencies": {
"@standard-schema/spec": "^1.0.0",
"@types/json-schema": "^7.0.15",
"arktype": "^2.0.4",
"pkgroll": "^2.5.1",
"valibot": "^1.0.0-rc.4",
"zod": "^3.24.2"
},
"scripts": {
"build": "pkgroll --minify --clean-dist"
}
}