| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@e22m4u/js-repository-mongodb-adapter",
- "version": "0.1.5",
- "description": "MongoDB адаптер для @e22m4u/js-repository",
- "type": "module",
- "main": "src/index.js",
- "engines": {
- "node": ">=14"
- },
- "scripts": {
- "lint": "eslint .",
- "lint:fix": "eslint . --fix",
- "format": "prettier --write \"./src/**/*.js\"",
- "test": "eslint . && c8 --reporter=text-summary mocha",
- "test:coverage": "eslint . && c8 --reporter=text mocha",
- "prepare": "husky"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/e22m4u/js-repository-mongodb-adapter.git"
- },
- "keywords": [
- "MongoDB",
- "Repository",
- "ORM",
- "ODM",
- "Database",
- "Datasource",
- "Relations"
- ],
- "author": "e22m4u <e22m4u@yandex.ru>",
- "license": "MIT",
- "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
- "dependencies": {
- "mongodb": "5.9.2"
- },
- "peerDependencies": {
- "@e22m4u/js-format": "*",
- "@e22m4u/js-repository": "0.1.x",
- "@e22m4u/js-service": "*"
- },
- "devDependencies": {
- "@commitlint/cli": "~19.3.0",
- "@commitlint/config-conventional": "~19.2.2",
- "@eslint/js": "^9.7.0",
- "c8": "~10.1.2",
- "chai": "~5.1.1",
- "chai-as-promised": "~8.0.0",
- "dotenv": "~16.4.5",
- "eslint": "~9.7.0",
- "eslint-config-prettier": "~9.1.0",
- "eslint-plugin-chai-expect": "~3.1.0",
- "eslint-plugin-mocha": "~10.4.3",
- "globals": "^15.8.0",
- "husky": "~9.1.1",
- "mocha": "~10.7.0",
- "prettier": "~3.3.3"
- }
- }
|