isatdatapro-microservices
Version:
A library for creating microservices to access Inmarsat's IsatData Pro satellite IoT system
40 lines (39 loc) • 963 B
JSON
{
"name": "isatdatapro-microservices",
"version": "1.2.1",
"description": "A library for creating microservices to access Inmarsat's IsatData Pro satellite IoT system",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Inmarsat/isatdatapro-microservices.git"
},
"keywords": [
"IoT",
"IsatData Pro",
"IDP",
"Inmarsat",
"satellite"
],
"author": "G.Bruce-Payne",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Inmarsat/isatdatapro-microservices/issues"
},
"homepage": "https://github.com/Inmarsat/isatdatapro-microservices#readme",
"dependencies": {
"@azure/cosmos": "~3.7.2",
"dotenv": "~8.2.0",
"isatdatapro-api": "~1.2.2",
"mysql": "~2.18.1"
},
"devDependencies": {
"jaguarjs-jsdoc": "1.1.0"
}
}