{
  "name": "@skyra/http-framework-i18n",
  "version": "1.2.1",
  "description": "An internationalization layer powered by i18next and @skyra/i18next-backend for @skyra/http-framework",
  "author": "@skyra",
  "license": "Apache-2.0",
  "main": "dist/esm/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "type": "module",
  "exports": {
    "import": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "watch": "tsup --watch",
    "typecheck": "tsc -p tsconfig.eslint.json",
    "lint": "eslint src --ext ts --fix -c ../../package.json",
    "prepack": "yarn build",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run"
  },
  "dependencies": {
    "@discordjs/collection": "^2.1.1",
    "@sapphire/utilities": "^3.18.2",
    "@skyra/i18next-backend": "^2.0.6",
    "discord-api-types": "^0.38.8",
    "i18next": "^22.5.1",
    "tslib": "^2.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skyra-project/archid-components.git",
    "directory": "packages/http-framework-i18n"
  },
  "files": [
    "dist/"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "discord",
    "api",
    "http",
    "skyra",
    "typescript",
    "ts",
    "yarn"
  ],
  "bugs": {
    "url": "https://github.com/skyra-project/archid-components/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@favware/cliff-jumper": "^6.0.0",
    "tsup": "^8.5.0",
    "typescript": "~5.8.3"
  }
}