| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "@e22m4u/js-repository-mongodb-adapter",
- "version": "0.1.4",
- "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://gitflic.ru/project/e22m4u/js-repository-mongodb-adapter.git"
- },
- "keywords": [
- "MongoDB",
- "Repository",
- "ORM",
- "ODM",
- "Database",
- "Datasource",
- "Relations"
- ],
- "author": "e22m4u <e22m4u@yandex.ru>",
- "license": "MIT",
- "homepage": "https://gitflic.ru/project/e22m4u/js-repository-mongodb-adapter",
- "dependencies": {
- "mongodb": "5.9.2"
- },
- "peerDependencies": {
- "@e22m4u/js-format": "*",
- "@e22m4u/js-service": "*",
- "@e22m4u/js-repository": "~0.1"
- },
- "devDependencies": {
- "@commitlint/cli": "~19.0.3",
- "@commitlint/config-conventional": "~19.0.3",
- "c8": "~9.1.0",
- "chai": "~4.4.1",
- "chai-as-promised": "~7.1.1",
- "chai-spies": "~1.1.0",
- "dotenv": "~16.4.5",
- "eslint": "~8.57.0",
- "eslint-config-prettier": "~9.1.0",
- "eslint-plugin-chai-expect": "~3.0.0",
- "eslint-plugin-mocha": "~10.4.1",
- "husky": "~9.0.11",
- "mocha": "~10.3.0",
- "prettier": "~3.2.5"
- }
- }
|