{
  "name": "@dbs-portal/tool-mock",
  "version": "1.0.2",
  "description": "API mocking toolkit using MSW for DBS Portal development workflows",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "templates",
    "docs"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "biome lint src",
    "format": "biome format src --write",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@dbs-portal/core-api": "workspace:*",
    "@dbs-portal/core-auth": "workspace:*",
    "@dbs-portal/core-shared": "workspace:*",
    "@dbs-portal/tool-mock": "^1.0.0",
    "date-fns": "^4.1.0",
    "lodash-es": "^4.17.21",
    "msw": "^2.6.4",
    "uuid": "^11.0.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@dbs-portal/tool-build": "workspace:*",
    "@dbs-portal/tool-tsconfig": "workspace:*",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.10.2",
    "@types/uuid": "^10.0.0",
    "@vitejs/plugin-react": "^4.3.4",
    "typescript": "^5.7.2",
    "vite": "^6.1.0",
    "vitest": "^3.0.5"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "keywords": [
    "msw",
    "mock",
    "api",
    "testing",
    "development",
    "dbs-portal",
    "monorepo"
  ],
  "author": "DBS Portal Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/dbs-portal.git",
    "directory": "packages/tools/mock"
  },
  "bugs": {
    "url": "https://github.com/your-org/dbs-portal/issues"
  },
  "homepage": "https://github.com/your-org/dbs-portal#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
