{
  "name": "@axinom/mosaic-id-link-be",
  "version": "0.41.0",
  "description": "Integration utilities from id-service for Axinom Mosaic services",
  "author": "Axinom",
  "license": "PROPRIETARY",
  "keywords": [
    "axinom",
    "mosaic",
    "axinom mosaic"
  ],
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./dist/cjs/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn clean && tsc --project tsconfig.build.json && tsc --project tsconfig.build.esm.json && node ../../../scripts/write-esm-markers.js && node ./scripts/fix-esm-dir-imports.js",
    "ts:validate": "tsc && yarn build && yarn check:esm-interop",
    "check:esm-interop": "node ./scripts/check-esm-interop.mjs",
    "build:ci": "yarn workspaces focus && yarn build",
    "dev": "tsc -w --project tsconfig.build.json",
    "codegen": "yarn util:load-vars graphql-codegen --config codegen.yml",
    "test": "vitest run --silent --passWithNoTests",
    "test:watch": "vitest watch --silent",
    "test:cov": "vitest run --coverage --silent",
    "posttest:cov": "ts-node ../../../scripts/open-test-coverage.ts -- services/id/lib-id-link-be",
    "test:debug": "vitest run --inspect-brk --no-file-parallelism",
    "test:ci": "vitest run --reporter=default --reporter=junit --coverage --coverage.reporter=cobertura --coverage.reporter=html",
    "lint": "eslint . --ext .ts,.tsx,.js --color --cache",
    "util:load-vars": "env-cmd --silent -f ../../../.env env-cmd --silent -f ../../../.env.dev env-cmd --silent -f .env env-cmd --silent -f .env.dev"
  },
  "dependencies": {
    "@apollo/client": "^3.7.9",
    "@axinom/mosaic-core": "^0.4.35",
    "@axinom/mosaic-id-utils": "^0.29.0",
    "@axinom/mosaic-service-common": "^0.71.0",
    "@graphql-typed-document-node/core": "^3.1.1",
    "axios": "^1.18.1",
    "cross-fetch": "^3.0.4",
    "graphql": "^15.4.0",
    "graphql-tag": "^2.11.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^7.2.0",
    "@types/node": "^22.0.0",
    "env-cmd": "^10.1.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c423aeda79f59de31422cd52d9821d1b8214c3df"
}
