UNPKG

amoeba

Version:
51 lines (50 loc) 1.05 kB
{ "name": "amoeba", "version": "1.2.4", "description": "Common library for tidepool.org", "keywords": [ "common", "util", "misc" ], "homepage": "https://github.com/tidepool-org/amoeba", "bugs": "https://github.com/tidepool-org/amoeba/issues", "license": "BSD-2-Clause", "author": { "name": "Eric Tschetter", "email": "cheddar@tidepool.org", "url": "https://github.com/cheddar" }, "contributors": [], "files": [ "lib", "index.js" ], "main": "index.js", "directories": { "lib": "./lib" }, "scripts": { "lint": "jshint lib test", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/tidepool-org/amoeba.git" }, "dependencies": { "axios": "^1.6.8", "bunyan": "1.8.15", "kafkajs": "^1.14.0", "lodash": "4.17.21", "uuid": "^8.3.1" }, "devDependencies": { "jshint": "^2.12.0", "mocha": "^10.3.0", "salinity": "0.0.11" }, "overrides": { "serialize-javascript@>=6.0.0 <6.0.2": "6.0.2" } }