{
  "name": "@zxcvbn-ts/language-cs",
  "version": "4.1.1",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "description": "The Czech language package for zxcvbn-ts",
  "license": "MIT",
  "homepage": "https://github.com/zxcvbn-ts/zxcvbn",
  "repository": {
    "type": "git",
    "url": "https://github.com/zxcvbn-ts/zxcvbn.git"
  },
  "author": "zxcvbn-ts",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md",
    "NOTICE.md",
    "THIRD_PARTY_LICENSES.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "zxcvbn",
    "language",
    "translation",
    "czech"
  ],
  "scripts": {
    "build": "rollup -c ../../../scripts/rollup.config.mjs"
  },
  "dependencies": {
    "@zxcvbn-ts/dictionary-compression": "^3.0.1"
  },
  "gitHead": "2199f628c909167ef0c14cb70626e059cf578a7a"
}
