{
  "name": "@element-plus-next/locale",
  "version": "3.0.0-alpha.5",
  "description": "Locale for Element Plus.",
  "keywords": [
    "element-plus",
    "element",
    "component library",
    "ui framework",
    "ui",
    "locale"
  ],
  "homepage": "https://element-plus.org/",
  "bugs": {
    "url": "https://github.com/element-plus/element-plus/issues"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "dev": "./src/index.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./lang/*": {
      "dev": "./src/lang/*.ts",
      "require": "./dist/lang/*.js",
      "import": "./dist/lang/*.mjs"
    },
    "./*": "./*"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/element-plus/element-plus.git"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "build": "ep-cli build",
    "clean": "rimraf ./dist"
  }
}