{
  "name": "@axinom/mosaic-id-link-be",
  "version": "0.38.0",
  "description": "Integration utilities from id-service for Axinom Mosaic services",
  "author": "Axinom",
  "license": "PROPRIETARY",
  "keywords": [
    "axinom",
    "mosaic",
    "axinom mosaic"
  ],
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn clean && tsc",
    "build:ci": "yarn workspaces focus && yarn build",
    "dev": "tsc -w",
    "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 -- libs/ax-guard",
    "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.32",
    "@axinom/mosaic-id-utils": "^0.26.0",
    "@axinom/mosaic-service-common": "^0.68.0",
    "axios": "^1.8.3",
    "cross-fetch": "^3.0.4",
    "graphql": "^15.4.0",
    "graphql-tag": "^2.11.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^4.0.1",
    "@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.0.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9732fd094fafedb5360d10405cc19fa202d42de6"
}
