ut-tools
Version:
Build and Release management automation package.
24 lines (23 loc) • 518 B
JSON
{
"name": "@stoplight/json-ref-readers",
"version": "1.2.2",
"description": "Set of utilities for reading external json references",
"main": "index.js",
"files": [
"**/*"
],
"author": "Stoplight <support@stoplight.io>",
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/json-ref-readers.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"node-fetch": "^2.6.0",
"tslib": "^1.14.1"
},
"typings": "index.d.ts"
}