@hey-api/json-schema-ref-parser
Version:
Parse, Resolve, and Dereference JSON Schema $ref pointers
61 lines • 1.3 kB
JSON
{
"name": "@hey-api/json-schema-ref-parser",
"version": "1.4.4",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [
"$ref",
"dereference",
"json",
"json-pointer",
"json-schema",
"jsonschema",
"resolve",
"schema"
],
"homepage": "https://heyapi.dev/",
"bugs": {
"url": "https://github.com/hey-api/hey-api/issues"
},
"license": "MIT",
"author": {
"name": "Hey API",
"email": "lubos@heyapi.dev",
"url": "https://heyapi.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hey-api/hey-api.git"
},
"funding": "https://github.com/sponsors/hey-api",
"files": [
"src",
"dist"
],
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"dependencies": {
"@jsdevtools/ono": "7.1.3",
"@types/json-schema": "7.0.15",
"js-yaml": "4.2.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"typescript": "6.0.3"
},
"engines": {
"node": ">=22.18.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"typecheck": "tsgo --noEmit"
}
}