{
  "name": "domain-repository",
  "author": "Lukasz Wilisowski",
  "version": "2.0.12",
  "description": "",
  "license": "ISC",
  "keywords": [
    "domain",
    "repository",
    "database",
    "mongoose",
    "typeorm",
    "test-driven-development"
  ],
  "exports": {
    ".": "./index.js",
    "./mapping": "./mapping/index.js",
    "./db/mongodb": "./db/mongodb/index.js",
    "./db/postgresql": "./db/postgresql/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lukaszwilisowski/domain-repository.git"
  },
  "module": "esnext",
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json",
    "test": "jest --config ./test/jest.unit.config.json",
    "test:db": "jest --config ./test/jest.integration.config.json",
    "prepare": "npm version patch && copy package.json dist && copy LICENSE dist && copy README.md dist"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "eslint-import-resolver-typescript": "^3.5.2",
    "eslint-plugin-import": "^2.24.1",
    "jest": "^29.7.0",
    "jest-mock": "^29.3.1",
    "pg": "^8.8.0",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "mongoose": "^7.4.2",
    "strict-type-mapper": "^1.0.6",
    "typeorm": "^0.3.17"
  }
}
