Skip to main content
Module

x/mongoose_history_trace/package.json

Plugin mongoose for history logs schemas
Go to Latest
File
{ "name": "mongoose-history-trace", "author": { "email": "welington.rmonteiro@gmail.com", "name": "Welington Monteiro" }, "version": "1.3.1", "description": "Generate history logs operations mongoose (delete, update, create).", "repository": { "type": "git", "url": "git+https://github.com/WelingtonMonteiro/mongoose-history-trace.git" }, "bugs": { "url": "https://github.com/WelingtonMonteiro/mongoose-history-trace.git/issues" }, "homepage": "https://github.com/WelingtonMonteiro/mongoose-history-trace.git#readme", "keywords": [ "mongoose", "plugin", "history", "logs" ], "license": "MIT", "engines": { "node": "14" }, "devDependencies": { "mocha": "*", "should": "*" }, "dependencies": { "deep-diff": "^1.0.2", "lodash": "4.17.20", "mongoose": "5.10.0" }, "main": "index.js", "scripts": { "test": "NODE_PATH=. mocha test", "inc_patch": "yarn version --patch", "inc_minor": "yarn version --minor", "inc_major": "yarn version --major" }}