{
  "name": "esbuild-plugin-i18next-loader",
  "version": "1.1.5",
  "description": "esbuild plugin to client bundle i18next locales.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "keywords": [
    "esbuild",
    "i18next",
    "loader",
    "plugin"
  ],
  "author": "Rowell Heria",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rowellx68/i18next-utilities.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@types/node": "^20.12.12",
    "esbuild": "^0.20.2",
    "i18next": "^23.11.4",
    "prettier": "^3.2.5",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "peerDependencies": {
    "esbuild": "^0.19.9",
    "i18next": "^23.7.10"
  },
  "dependencies": {
    "i18next-utilities-core": "0.1.4"
  },
  "scripts": {
    "test": "tsup && vitest run",
    "format": "prettier --write .",
    "build": "tsup",
    "dev": "tsup --watch"
  }
}