{
  "name": "@zxcvbn-ts/language-fa",
  "version": "4.2.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "description": "The Persian 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": "winkcor",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "zxcvbn",
    "language",
    "translation",
    "persian"
  ],
  "scripts": {
    "build": "rollup -c ../../../scripts/rollup.config.mjs"
  },
  "dependencies": {
    "@zxcvbn-ts/dictionary-compression": "^3.0.1"
  },
  "gitHead": "642ef8f0c40d8267e9fc2d4de29ab2691e87a10e"
}
