UNPKG

pelias-dbclient

Version:

Database client for Pelias import pipelines

54 lines (53 loc) 1.11 kB
{ "name": "pelias-dbclient", "version": "3.1.0", "description": "Database client for Pelias import pipelines", "engines": { "node": ">=10.0.0" }, "main": "index.js", "scripts": { "test": "NODE_ENV=test node test/run.js | tap-spec", "lint": "jshint .", "validate": "npm ls", "ci": "npm test" }, "repository": { "type": "git", "url": "https://github.com/pelias/dbclient" }, "keywords": [ "pelias", "elasticsearch", "client", "stream" ], "author": "mapzen", "license": "MIT", "bugs": { "url": "https://github.com/pelias/dbclient/issues" }, "homepage": "https://github.com/pelias/dbclient", "devDependencies": { "intercept-stdout": "^0.1.2", "precommit-hook": "^3.0.0", "proxyquire": "^2.0.0", "tap-spec": "^5.0.0", "tape": "^5.0.0" }, "dependencies": { "@hapi/joi": "^16.0.0", "elasticsearch": "^16.0.0", "pelias-config": "^6.0.0", "pelias-logger": "^1.2.1", "through2": "^3.0.0" }, "pre-commit": [ "lint", "validate", "test" ], "release": { "success": [] } }