{
  "name": "@hi-ui/locale-context",
  "version": "5.0.0",
  "description": "A sub-package for @hi-ui/hiui.",
  "keywords": [],
  "author": "HiUI <mi-hiui@xiaomi.com>",
  "homepage": "https://github.com/XiaoMi/hiui/tree/master/packages/ui/locale-context#readme",
  "license": "MIT",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/types/index.d.ts",
  "typings": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "require": "./lib/cjs/index.js",
      "default": "./lib/esm/index.js"
    },
    "./locale/*": {
      "types": "./lib/types/locale/*.d.ts",
      "require": "./lib/cjs/locale/*.js",
      "default": "./lib/esm/locale/*.js"
    }
  },
  "typesVersions": {
    "*": {
      "locale/*": [
        "./lib/types/locale/*"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XiaoMi/hiui.git"
  },
  "scripts": {
    "test": "jest",
    "clean": "rimraf lib",
    "prebuild": "yarn clean",
    "build:esm": "hi-build ./src/index.ts --format esm -d ./lib/esm",
    "build:cjs": "hi-build ./src/index.ts --format cjs -d ./lib/cjs",
    "build:locale": "tsc src/locale/*.ts --outDir lib/esm --rootDir src --module esnext --target es2015 --skipLibCheck --declaration false && tsc src/locale/*.ts --outDir lib/cjs --rootDir src --module commonjs --target es2015 --skipLibCheck --declaration false",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib/types",
    "build": "yarn build:esm && yarn build:cjs && yarn build:locale && yarn build:types"
  },
  "bugs": {
    "url": "https://github.com/XiaoMi/hiui/issues"
  },
  "dependencies": {
    "@hi-ui/classname": "^5.0.0",
    "@hi-ui/env": "^5.0.0",
    "@hi-ui/func-utils": "^5.0.0",
    "@hi-ui/object-utils": "^5.0.0",
    "@hi-ui/type-assertion": "^5.0.0"
  },
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "devDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  }
}
