@mountyco/mongoose-wayback
Version:
Wayback plugin for mongoose models.
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "@mountyco/mongoose-wayback",
"version": "1.0.6",
"description": "Wayback plugin for mongoose models.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"build": "tsc",
"prepublish": "tsc"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mountyco/mongoose-wayback.git"
},
"keywords": [
"mongooose",
"wayback",
"mongoose",
"audit",
"logs",
"mongoose",
"model",
"update",
"logger"
],
"author": "Anand Siddharth <anand.siddharth@hotmail.com> (https://twitter.com/anand_sid)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mountyco/mongoose-wayback/issues"
},
"homepage": "https://github.com/mountyco/mongoose-wayback#readme",
"dependencies": {
"@types/mongoose": "^5.10.3",
"deep-diff": "^1.0.2",
"mongoose": "^5.11.12"
},
"devDependencies": {
"@types/deep-diff": "^1.0.0",
"@typescript-eslint/eslint-plugin": "~2.6.1",
"@typescript-eslint/parser": "~2.6.1",
"eslint": "~6.6.0",
"eslint-plugin-tsdoc": "^0.2.10",
"typescript": "~3.7.2"
},
"directories": {
"test": "test"
}
}