@unparallel/smartclide-backend-connector
Version:
A connector for accessing the SmartCLIDE database. A Keycloak Authorization Bearer Token is required for accessing the API outside the AWS cluster.
34 lines (33 loc) • 967 B
JSON
{
"name": "@unparallel/smartclide-backend-connector",
"author": "UNPARALLEL Innovation, lda.",
"description": "A connector for accessing the SmartCLIDE database. A Keycloak Authorization Bearer Token is required for accessing the API outside the AWS cluster.",
"version": "0.7.0",
"main": "src/index.js",
"type": "module",
"homepage": "https://github.com/unparallel-innovation/smartclide-backend-connector",
"bugs": {
"url": "https://github.com/unparallel-innovation/smartclide-backend-connector/issues"
},
"license": "MIT",
"keywords": [
"SmartCLIDE",
"IDE",
"Backend",
"Connector"
],
"dependencies": {
"swagger-client": "^3.18.5"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unparallel-innovation/smartclide-backend-connector.git"
}
}