{
  "name": "dynamic-language-switcher",
  "version": "1.1.0",
  "description": "A lightweight and flexible package for dynamic language switching in JavaScript/TypeScript applications with full React & Next.js support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:css": "echo 'CSS build not needed for Tailwind CSS v4'",
    "dev": "tsc --watch",
    "dev:css": "echo 'CSS build not needed for Tailwind CSS v4'",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "clean": "rm -rf dist coverage",
    "prepublishOnly": "npm run clean && npm run build && npm test",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "i18n",
    "internationalization",
    "localization",
    "language",
    "translation",
    "dynamic",
    "switcher"
  ],
  "author": "Sushant R. Dangal",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.16",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.3.24",
    "@types/react-dom": "^18.3.7",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "autoprefixer": "^10.4.21",
    "eslint": "^8.0.0",
    "http-server": "^14.1.1",
    "jest": "^29.5.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.12",
    "ts-jest": "^29.1.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srdarkseer/dynamic-language-switcher.git"
  },
  "bugs": {
    "url": "https://github.com/srdarkseer/dynamic-language-switcher/issues"
  },
  "homepage": "https://github.com/srdarkseer/dynamic-language-switcher#readme"
}
