{
  "name": "translation",
  "version": "1.0.0",
  "description": "Translation Package can be used to load, and implement translation. It uses i18next package.",
  "main": "./index.tsx",
  "author": "Nischal Babu Bohara",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --fix"
  },
  "devDependencies": {
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "eslint": "^7.32.0",
    "eslint-config-custom": "*",
    "nlv-auth": "*",
    "react": "19.2.6",
    "tsconfig": "*",
    "typescript": "^5.7.0"
  },
  "dependencies": {
    "axios": "1.15.2",
    "i18next": "^22.0.6",
    "i18next-browser-languagedetector": "^7.0.1",
    "react-dom": "19.2.6",
    "react-i18next": "^12.0.0",
    "tsup": "^8.5.1"
  }
}
