{
  "name": "@accounts/module-mikro-orm",
  "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
  "description": "MikroORM Database Interface GraphQL Module",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "yarn run -T rimraf lib",
    "start": "yarn run -T tsc --watch",
    "precompile": "yarn run clean",
    "compile": "yarn run -T tsc",
    "testonly": "yarn run -T jest --passWithNoTests",
    "coverage": "yarn run testonly --coverage",
    "prepublishOnly": "yarn run compile"
  },
  "files": [
    "src",
    "lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/js-accounts/accounts"
  },
  "author": "Niccolò Belli <niccolo.belli@linuxsystems.it>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/js-accounts/accounts/issues"
  },
  "homepage": "https://github.com/js-accounts/accounts",
  "peerDependencies": {
    "@accounts/mikro-orm": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/module-core": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/server": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@mikro-orm/core": "^6.0.0",
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-modules": "^3.0.0"
  },
  "dependencies": {
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@accounts/mikro-orm": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/module-core": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/server": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@mikro-orm/core": "6.0.1",
    "@mikro-orm/migrations": "6.0.1",
    "graphql": "16.8.1",
    "graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
  }
}
