discovery-api
Version:
Generate a well known discovery api by registering an endpoint and the validation rules
33 lines (32 loc) • 751 B
JSON
{
"name": "discovery-api",
"version": "0.0.3",
"description": "Generate a well known discovery api by registering an endpoint and the validation rules",
"main": "index.js",
"files": [
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimkl/discovery.git"
},
"keywords": [
"discovery",
"api",
"well-known",
"discovery-api"
],
"author": "Dimitris Klouvas <dimitris.klouvas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimkl/discovery/issues"
},
"homepage": "https://github.com/dimkl/discovery#readme",
"engines": {
"node": ">=10.15.0"
}
}