{
  "name": "@axinom/mosaic-id-utils",
  "version": "0.26.0",
  "description": "Shared types used by id-service for integration clients",
  "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",
    "test": "vitest run --silent --passWithNoTests",
    "test:watch": "vitest watch --silent --passWithNoTests",
    "test:cov": "vitest run --coverage --silent",
    "test:ci": "vitest run --reporter=default --reporter=junit --coverage --coverage.reporter=cobertura --coverage.reporter=html",
    "lint": "eslint . --ext .ts,.tsx,.js --color --cache"
  },
  "dependencies": {
    "@axinom/mosaic-core": "^0.4.32"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9732fd094fafedb5360d10405cc19fa202d42de6"
}
