{
  "name": "@labdigital/commercetools-mock",
  "version": "4.4.0",
  "license": "MIT",
  "author": "Michael van Tellingen",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./sqlite": "./dist/storage/sqlite.mjs"
  },
  "imports": {
    "#src/*": "./src/*",
    "#vendor/*": "./vendor/*"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.mts",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "@commercetools/platform-sdk": ">=8.25.0",
    "msw": ">= 2.14.6, < 3.0.0"
  },
  "dependencies": {
    "@fastify/formbody": "9.0.0",
    "basic-auth": "3.0.0",
    "decimal.js": "10.6.0",
    "fastify": "5.12.1",
    "light-my-request": "6.6.0",
    "pino": "^10.3.1",
    "qs": "6.15.3",
    "uuid": "14.0.2",
    "zod": "4.5.4"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.10",
    "@changesets/changelog-github": "1.0.0",
    "@changesets/cli": "3.0.1",
    "@commercetools/platform-sdk": "9.4.0",
    "@types/node": "26.2.0",
    "@types/qs": "6.15.1",
    "@vitest/coverage-v8": "4.1.11",
    "fishery": "2.4.0",
    "msw": "2.15.0",
    "pino-pretty": "^13.1.3",
    "publint": "0.3.24",
    "timekeeper": "2.3.1",
    "tsdown": "0.22.14",
    "typescript": "7.0.2",
    "vitest": "4.1.11",
    "yaml": "^2.9.0"
  },
  "engines": {
    "node": ">=22",
    "pnpm": ">=10.8.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/labd/commercetools-node-mock.git"
  },
  "bugs": {
    "url": "https://github.com/labd/commercetools-node-mock/issues"
  },
  "homepage": "https://github.com/labd/commercetools-node-mock#readme",
  "scripts": {
    "build": "tsdown",
    "build:server": "tsdown --config tsdown.server.config.js",
    "check": "biome check && tsc",
    "format": "biome check --fix",
    "lint": "biome check",
    "publish:ci": "pnpm build && pnpm changeset publish",
    "publish:version": "pnpm changeset version && pnpm format",
    "start": "node --watch src/server.ts",
    "test": "vitest run",
    "test:ci": "vitest run --coverage",
    "test:watch": "vitest --watch",
    "generate:schemas": "node scripts/generate-schemas.ts"
  }
}