UNPKG

mongo-collector

Version:

CLI tool for extracting values of a specific field from a MongoDB collection and saving them into a target collection.

40 lines (39 loc) 821 B
{ "name": "mongo-collector", "version": "1.0.13", "description": "CLI tool for extracting values of a specific field from a MongoDB collection and saving them into a target collection.", "main": "./src/index.js", "exports": { ".": "./src/index.js" }, "type": "module", "keywords": [ "mongodb", "cli", "collector", "aggregation", "big-data", "data-processing", "etl", "mongodb-utils" ], "author": { "name": "Andrew Shedov", "url": "https://shedov.top" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AndrewShedov/mongoCollector.git" }, "homepage": "https://shedov.top", "dependencies": { "mongodb": "^6.16.0" }, "files": [ "src" ], "bin": { "mongo-collector": "./src/index.js" } }