{
    "name": "@hkube/db",
    "version": "2.0.25",
    "description": "db api for HKube",
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/kube-HPC/db.hkube.git"
    },
    "scripts": {
        "lint": "eslint .",
        "start:mongo": "./scripts/startMongo.sh",
        "test": "NODE_ENV=test ./node_modules/mocha/bin/_mocha tests --timeout=10000 --colors --recursive --exit",
        "test:cov": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --reporter=html --reporter=text --reporter=lcov npm run test",
        "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
        "build": "npm publish"
    },
    "author": "Hkube",
    "license": "ISC",
    "dependencies": {
        "@hkube/consts": "^1.0.59",
        "lodash.clonedeep": "^4.5.0",
        "lodash.merge": "^4.6.2",
        "moment": "^2.29.1",
        "mongodb": "^3.6.4",
        "performance-now": "^2.1.0"
    },
    "devDependencies": {
        "chai": "^4.3.0",
        "chai-as-promised": "^7.1.1",
        "coveralls": "^3.1.0",
        "dotenv": "^8.2.0",
        "eslint": "^7.19.0",
        "eslint-config-airbnb": "^18.2.1",
        "eslint-config-airbnb-base": "^14.2.1",
        "eslint-plugin-chai-friendly": "^0.6.0",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-jsdoc": "^31.6.1",
        "mocha": "^6.2.0",
        "nyc": "^15.1.0",
        "uuid": "^8.3.2"
    }
}
