UNPKG

@json-schema-tools/dereferencer

Version:
48 lines (47 loc) 1.36 kB
{ "name": "@json-schema-tools/dereferencer", "version": "1.6.3", "description": "Dereference (aka parse refs) from JSON Schemas", "main": "build/index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "npm run build:code && typedoc --out docs && touch docs/.nojekyll", "build:code": "tsc", "lint": "eslint . --ext .ts --fix", "test": "npm run test:unit && npm run test:web", "test:unit": "jest --coverage", "test:web": "npm run build:code" }, "author": "BelfordZ<belfordz66@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/json-schema-tools/dereferencer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/json-schema-tools/dereferencer.git" }, "files": [ "build", "!build/**/*.test.*" ], "devDependencies": { "@json-schema-tools/meta-schema": "^1.7.5", "@types/jest": "^29.1.1", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "eslint": "^8.35.0", "jest": "^29.4.3", "ts-jest": "^29.0.5", "typedoc": "^0.25.13", "typescript": "^5.4.5" }, "dependencies": { "@json-schema-tools/reference-resolver": "^1.2.6", "@json-schema-tools/traverse": "^1.10.4", "fast-safe-stringify": "^2.1.1" } }