You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
916 B
41 lines
916 B
{
|
|
"name": "json-schema-resolver",
|
|
"version": "1.3.0",
|
|
"description": "Resolve all your $refs",
|
|
"main": "ref-resolver.js",
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"lint:fix": "standard --fix",
|
|
"test": "npm run lint && tap test/**/*.test.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Eomm/json-schema-resolver.git"
|
|
},
|
|
"author": "Manuel Spigolon <behemoth89@gmail.com> (https://github.com/Eomm)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Eomm/json-schema-resolver/issues"
|
|
},
|
|
"homepage": "https://github.com/Eomm/json-schema-resolver#readme",
|
|
"devDependencies": {
|
|
"standard": "^16.0.3",
|
|
"tap": "^15.0.9"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"rfdc": "^1.1.4",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"schema",
|
|
"json-schema",
|
|
"ref",
|
|
"$ref"
|
|
]
|
|
}
|