@koppadb/dereference-json-schema

v0.2.1
JavaScript library to resolve `$ref` references in a given set of JSON schemas

build

tsc --project .

test

npm run lint && nyc ts-node node_modules/jasmine/bin/jasmine.js

test:coveralls

nyc report --reporter=text-lcov | coveralls

lint:prettier

prettier --loglevel warn --write "**/*.{json,md,ts}"

lint:tslint

tslint --project . --fix

lint

concurrently "npm run lint:prettier" "npm run lint:tslint"

prepublishOnly

npm run test && npm run build
npm i @koppadb/dereference-json-schema

Metadata

  • ISC
  • Whatever
  • Simon Meusel
  • released 11/11/2019

Downloads

Maintainers