mongodb-track-changes-rollback-plugin
Version:
A plugin for tracking create, update, and delete operations with rollback support and snapshots for MongoDB/Mongoose
36 lines (35 loc) • 866 B
JSON
{
"name": "mongodb-track-changes-rollback-plugin",
"version": "1.0.1",
"description": "A plugin for tracking create, update, and delete operations with rollback support and snapshots for MongoDB/Mongoose",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"mongoose",
"plugin",
"change-log",
"track changes",
"rollback",
"audit",
"rollback",
"mongodb"
],
"author": "Hamdi Boyaci <hamdiboyaci@gmail.com>",
"license": "MIT",
"dependencies": {
"mongoose": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.3.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.9.2"
}
}