{
  "name": "pofile-ts",
  "description": "Parse and serialize Gettext PO files.",
  "version": "4.0.3",
  "author": {
    "name": "Sebastian Software GmbH",
    "email": "s.werner@sebastian-software.de",
    "url": "https://sebastian-software.de/"
  },
  "contributors": [
    "Ruben Vermeersch",
    "Eyal Lewinsohn",
    "Gabe Gorelick",
    "Julian Bäume",
    "Mike Holly",
    "Sander Houttekier"
  ],
  "license": "MIT",
  "homepage": "https://sebastian-software.github.io/pofile-ts/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebastian-software/pofile-ts.git",
    "directory": "packages/pofile-ts"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "i18n",
    "l10n",
    "gettext",
    "po",
    "mo",
    "icu",
    "intl",
    "messageformat",
    "cldr",
    "plural",
    "translation",
    "localization",
    "lingui",
    "formatjs"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "typecheck": "tsc --noEmit",
    "prepack": "cp ../../README.md .",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.0",
    "cldr-core": "^48.1.0",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0",
    "vitest": "^4.1.0"
  },
  "engines": {
    "node": ">=20"
  }
}
