UNPKG

@nestjs/mongoose

Version:

Nest - modern, fast, powerful node.js web framework (@mongoose)

64 lines (63 loc) 2 kB
{ "name": "@nestjs/mongoose", "version": "11.0.4", "description": "Nest - modern, fast, powerful node.js web framework (@mongoose)", "author": "Kamil Mysliwiec", "repository": "https://github.com/nestjs/mongoose.git", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint \"lib/**/*.ts\" --fix", "format": "prettier \"lib/**/*.ts\" --write", "build": "rm -rf dist && tsc -p tsconfig.build.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prepublish:next": "npm run build", "publish:next": "npm publish --access public --tag next", "prerelease": "npm run build", "release": "release-it", "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand", "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch", "prepare": "husky" }, "devDependencies": { "@commitlint/cli": "20.2.0", "@commitlint/config-angular": "20.2.0", "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.1", "@nestjs/common": "11.1.9", "@nestjs/core": "11.1.9", "@nestjs/platform-express": "11.1.9", "@nestjs/testing": "11.1.9", "@types/jest": "30.0.0", "@types/node": "24.10.2", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", "globals": "16.5.0", "husky": "9.1.7", "jest": "30.2.0", "lint-staged": "16.2.7", "mongoose": "9.0.1", "prettier": "3.7.4", "reflect-metadata": "0.2.2", "release-it": "19.0.6", "rxjs": "7.8.2", "supertest": "7.1.4", "ts-jest": "29.4.6", "ts-node": "10.9.2", "typescript": "5.9.3", "typescript-eslint": "8.49.0" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "@nestjs/core": "^10.0.0 || ^11.0.0", "mongoose": "^7.0.0 || ^8.0.0 || ^9.0.0", "rxjs": "^7.0.0" }, "lint-staged": { "**/*.{ts,json}": [] } }