UNPKG

midata-nodejs

Version:
31 lines (30 loc) 752 B
{ "name": "midata-nodejs", "version": "1.1.3", "description": "NodeJS library for MIDATA backend services", "main": "midata-backend.js", "bin": { "midata-tester": "./midata_tester.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/MIDATAcooperative/midata-nodejs.git" }, "keywords": [ "midata", "midatajs", "node" ], "author": "Alexander Kreutz (alexander.kreutz@midata.coop)", "license": "MIT", "bugs": { "url": "https://github.com/MIDATAcooperative/midata-nodejs/issues" }, "homepage": "https://github.com/MIDATAcooperative/midata-nodejs#readme", "dependencies": { "axios": "^0.21.4" } }