{
  "name": "@zxcvbn-ts/language-common",
  "version": "4.1.3",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "description": "The common 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"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "zxcvbn",
    "language",
    "translation",
    "common"
  ],
  "scripts": {
    "build": "rollup -c ../../../scripts/rollup.config.mjs"
  },
  "dependencies": {
    "@zxcvbn-ts/dictionary-compression": "^3.0.1"
  },
  "gitHead": "c938c0b2df389c481cf15c103ca640c17d4e978f"
}
