@itentialopensource/adapter-db_mongo
Version:
Itential adapter to connect to mongo
56 lines (55 loc) • 1.66 kB
JSON
{
"name": "@itentialopensource/adapter-db_mongo",
"version": "1.0.8",
"description": "Itential adapter to connect to mongo",
"main": "adapter.js",
"adapterType": "library",
"scripts": {
"preinstall": "node utils/setup.js",
"deinstall": "node utils/removeHooks.js",
"lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
"lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
"test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
"test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
"test": "npm run test:unit && npm run test:integration"
},
"keywords": [
"Itential",
"Itential Platform",
"Automation",
"Integration",
"Adapter",
"Persistence",
"Mongo",
"Pre-Release"
],
"license": "Apache-2.0",
"engines": {
"node": ">=20.19.0",
"npm": ">=10.8.2"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:itentialopensource/adapters/adapter-db_mongo.git"
},
"author": "Itential",
"homepage": "https://gitlab.com:itentialopensource/adapters/adapter-db_mongo#readme",
"dependencies": {
"ajv": "8.20.0",
"fs-extra": "11.3.6",
"mocha": "12.0.0-rc.1",
"mongodb": "4.17.2",
"readline-sync": "1.4.10",
"uuid": "11.1.1",
"winston": "3.17.0"
},
"devDependencies": {
"chai": "4.5.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "3.1.0",
"testdouble": "3.18.0"
},
"private": false
}