UNPKG

soft-delete-plugin-mongoose

Version:

a mongoose plugin that allows you to soft delete documents and restore them (for JS & TS)

45 lines (44 loc) 1.12 kB
{ "name": "soft-delete-plugin-mongoose", "version": "2.0.0", "description": "a mongoose plugin that allows you to soft delete documents and restore them (for JS & TS)", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "clean": "rm -rf dist/*", "build": "npm run clean && tsc", "test": "npx jest --runInBand" }, "keywords": [ "mongoose", "soft delete mongoose", "soft delete mongodb", "mongoose typescript", "mongoose", "typescript", "mongoose soft delete typescript", "mongoose soft delete nestjs" ], "author": "Nour KAROUI", "repository": { "type": "git", "url": "git+https://github.com/nour-karoui/mongoose-soft-delete" }, "bugs": { "url": "https://github.com/nour-karoui/mongoose-soft-delete/issues" }, "homepage": "https://github.com/nour-karoui/mongoose-soft-delete", "license": "MIT", "peerDependencies": { "mongoose": "^7.6.1" }, "devDependencies": { "@types/jest": "^29.4.0", "jest": "^29.4.0", "ts-jest": "^29.0.5", "typescript": "^4.2.3" } }