| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@e22m4u/js-repository-mongodb-adapter",
- "version": "0.1.1",
- "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": "npx husky install"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/e22m4u/js-repository-mongodb-adapter.git"
- },
- "keywords": [
- "MongoDB",
- "Repository",
- "ORM",
- "ODM",
- "Database",
- "Datasource",
- "Relation",
- "Inclusion"
- ],
- "author": "e22m4u <e22m4u@gmail.com>",
- "license": "MIT",
- "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
- "dependencies": {
- "mongodb": "5.9.2"
- },
- "peerDependencies": {
- "@e22m4u/js-format": "*",
- "@e22m4u/js-service": "*",
- "@e22m4u/js-repository": "~0.1.2"
- },
- "devDependencies": {
- "@commitlint/cli": "^18.4.3",
- "@commitlint/config-conventional": "^18.4.3",
- "c8": "^8.0.1",
- "chai": "^4.3.10",
- "chai-as-promised": "^7.1.1",
- "chai-spies": "^1.1.0",
- "dotenv": "^16.3.1",
- "eslint": "^8.56.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-chai-expect": "^3.0.0",
- "eslint-plugin-mocha": "^10.2.0",
- "husky": "^8.0.3",
- "mocha": "^10.2.0",
- "prettier": "^3.1.1"
- }
- }
|