@microservices/oms
Version:
Toolchain to interact with microservices built with the OMS standard.
29 lines (28 loc) • 623 B
JSON
{
"name": "@microservices/oms",
"description": "Toolchain to interact with microservices built with the OMS standard.",
"keywords": [
"oms",
"cli",
"open",
"microservice",
"microservices",
"specification"
],
"version": "0.16.6",
"main": "oms",
"repository": {
"type": "git",
"url": "git+https://github.com/microservices/oms.git",
"directory": "packages/oms"
},
"bin": {
"oms": "./oms"
},
"license": "MIT",
"dependencies": {
"@microservices/cli": "^0.16.6",
"@microservices/ui": "^0.16.6"
},
"gitHead": "79cee2a04673ba91a7ba78cd4e0d185b46fdad69"
}