UNPKG

mongoose-history-diff

Version:

A mongoose plugin to take diffs and history of your documents

80 lines (79 loc) 2.02 kB
{ "name": "mongoose-history-diff", "version": "1.0.6", "description": "A mongoose plugin to take diffs and history of your documents", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "/lib" ], "repository": { "type": "git", "url": "https://github.com/borodayev/mongoose-history-diff.git" }, "keywords": [ "mongoose-history-diff", "mongoose-diff-history", "mongoose-diff", "mongoose-diff-plugin", "mongoose-history", "mongoose-difference", "mongoose-version", "mongoose diff", "diff", "differences", "deep-diff" ], "bugs": { "url": "https://github.com/borodayev/mongoose-history-diff/issues" }, "homepage": "https://github.com/borodayev/mongoose-history-diff", "license": "MIT", "peerDependencies": { "mongoose": "^5.9.28" }, "devDependencies": { "@types/jest": "^26.0.9", "@types/mongoose": "^5.7.36", "@typescript-eslint/eslint-plugin": "^3.8.0", "@typescript-eslint/parser": "^3.8.0", "cz-conventional-changelog": "^3.2.0", "eslint": "^7.6.0", "eslint-config-airbnb-typescript": "^9.0.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-prettier": "^3.1.4", "jest": "26.2.2", "mongodb-memory-server": "^6.6.3", "prettier": "^2.0.5", "semantic-release": "^17.1.1", "ts-jest": "^26.1.4", "typescript": "^3.9.7" }, "publishConfig": { "access": "public" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "jest": { "testEnvironment": "node", "transform": { "^.+\\.ts$": "ts-jest" }, "roots": [ "<rootDir>/src" ] }, "scripts": { "build": "yarn tsc", "watch": "jest --watch", "coverage": "jest --coverage --maxWorkers 2", "lint": "eslint --ext .ts ./src", "test": "yarn coverage && yarn lint", "semantic-release": "semantic-release" } }