UNPKG

mongo-dot-notation

Version:
58 lines (57 loc) 1.51 kB
{ "name": "mongo-dot-notation", "version": "3.1.1", "description": "Transform objects to MongoDB update instructions", "author": { "name": "Dumitru Deveatii", "email": "dimadeveatii@gmail.com" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/dimadeveatii/mongo-dot-notation.git" }, "bugs": "https://github.com/dimadeveatii/mongo-dot-notation/issues", "keywords": [ "mongo", "dot", "dot-notation", "transform", "convert", "operators", "instructions", "json", "objects", "parsing", "data", "flatten", "update" ], "license": "MIT", "scripts": { "prettier": "prettier --check .", "prettier:fix": "prettier --write .", "lint": "eslint --ext .ts .", "lint:fix": "eslint --ext .ts --fix .", "build": "tsc -p .", "test": "jest tests/*.spec.ts", "test:coverage": "jest --coverage tests/*.spec.ts", "test:e2e": "jest tests/*.e2e.ts", "test:e2e:docker": "docker compose up --no-log-prefix --exit-code-from node --attach node" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "jest": "^29.7.0", "mongodb": "^6.5.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.3" }, "sideEffects": false }