{
  "name": "@kaa413/shared",
  "version": "0.0.1",
  "description": "Shared utilities, components, hooks, and tools for React + Ant Design + UmiJS projects",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js",
      "require": "./dist/utils/index.cjs"
    },
    "./crypto": {
      "types": "./dist/crypto/index.d.ts",
      "import": "./dist/crypto/index.js",
      "require": "./dist/crypto/index.cjs"
    },
    "./request": {
      "types": "./dist/request/index.d.ts",
      "import": "./dist/request/index.js",
      "require": "./dist/request/index.cjs"
    },
    "./components": {
      "types": "./dist/components/index.d.ts",
      "import": "./dist/components/index.js",
      "require": "./dist/components/index.cjs"
    },
    "./hooks": {
      "types": "./dist/hooks/index.d.ts",
      "import": "./dist/hooks/index.js",
      "require": "./dist/hooks/index.cjs"
    },
    "./styles": {
      "types": "./dist/styles/index.d.ts",
      "import": "./dist/styles/index.js",
      "require": "./dist/styles/index.cjs"
    },
    "./config": {
      "types": "./dist/config/index.d.ts",
      "import": "./dist/config/index.js",
      "require": "./dist/config/index.cjs"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/types/index.js",
      "require": "./dist/types/index.cjs"
    },
    "./constants": {
      "types": "./dist/constants/index.d.ts",
      "import": "./dist/constants/index.js",
      "require": "./dist/constants/index.cjs"
    },
    "./config/biome.json": "./src/config/biome.json",
    "./config/tsconfig.base.json": "./src/config/tsconfig.base.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist",
    "src/config/*.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "biome check src/index.ts src/components src/constants src/crypto src/hooks src/request src/styles src/types src/utils",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "pnpm build && pnpm test"
  },
  "peerDependencies": {
    "@umijs/max": "^4.0.0",
    "antd": "^6.0.0",
    "antd-style": "^4.0.0",
    "china-division": "^2.0.0",
    "dayjs": "^1.11.0",
    "dompurify": "^3.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "@umijs/max": {
      "optional": true
    },
    "dompurify": {
      "optional": true
    },
    "china-division": {
      "optional": true
    }
  },
  "devDependencies": {
    "@ant-design/icons": "^6.1.0",
    "@biomejs/biome": "^2.3.14",
    "@peculiar/webcrypto": "^1.5.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/aes-js": "^3.1.4",
    "@types/node": "^20.19.32",
    "@types/react": "^19.2.7",
    "@vitest/coverage-v8": "^4.0.18",
    "antd": "^6.2.2",
    "antd-style": "^4.1.0",
    "dayjs": "^1.11.19",
    "jsdom": "^26.0.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsup": "^8.4.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "antd",
    "ant-design",
    "umijs",
    "shared",
    "utilities",
    "components",
    "hooks",
    "encryption",
    "aes-gcm",
    "rsa",
    "web-crypto"
  ],
  "dependencies": {
    "aes-js": "^3.1.2"
  }
}
