{
  "name": "nitotm/efficient-language-detector",
  "type": "library",
  "description": "Fast and accurate natural language detection. Detector written in PHP. Nito-ELD, ELD.",
  "keywords": [
    "language",
    "detection",
    "detector",
    "language detector",
    "language detection",
    "language identification",
    "language recognition",
    "language classification"
  ],
  "homepage": "https://github.com/nitotm/efficient-language-detector",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Nito T.M.",
      "homepage": "https://github.com/nitotm"
    }
  ],
  "autoload": {
    "psr-4": {
      "Nitotm\\Eld\\": "src"
    }
  },
  "bin": [
    "bin/eld",
    "bin/eld-php"
  ],
  "autoload-dev": {
    "psr-4": {
      "Nitotm\\Eld\\Tests\\": "tests"
    }
  },
  "require": {
    "php": "^7.4 || ^8.0",
    "ext-mbstring": "*"
  },
  "require-dev": {
  },
  "scripts": {
  }
}
