{
  "name": "@wolfstar/shared-http-pieces",
  "version": "2.0.6",
  "description": "The common pieces for Star Network's HTTP-only bots",
  "keywords": [
    "api",
    "discord",
    "http",
    "pnpm",
    "ts",
    "typescript",
    "wolfstar"
  ],
  "bugs": {
    "url": "https://github.com/wolfstar-project/stars-components/issues"
  },
  "license": "Apache-2.0",
  "author": "@wolfstar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wolfstar-project/stars-components.git",
    "directory": "packages/shared-http-pieces"
  },
  "files": [
    "dist/",
    "src/locales/**/*.json"
  ],
  "type": "module",
  "sideEffects": [
    "./dist/register.js"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./register": {
      "types": "./dist/register.d.ts",
      "import": "./dist/register.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@discordjs/builders": "^1.14.1",
    "@discordjs/collection": "^2.1.1",
    "@sapphire/pieces": "^4.4.1",
    "@sentry/node": "^10.75.0",
    "@wolfstar/env-utilities": "^2.2.0",
    "@wolfstar/http-framework": "^5.1.0",
    "@wolfstar/plugin-i18next": "2.0.3",
    "discord-api-types": "^0.38.8",
    "i18next": "^25.10.10",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.11",
    "@wolfstar/i18next-type-generator": "^3.1.4",
    "golar": "^0.1.10",
    "typescript": "~7.0.2",
    "vitest": "^4.1.11"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "vitest run",
    "build": "tsdown --config-loader unrun",
    "watch": "tsdown --config-loader unrun --watch",
    "typecheck": "golar tsc -p ../../tsconfig.json",
    "lint": "oxlint src --fix",
    "generate:i18n": "i18next-type-generator ./src/locales/en-US/ ./src/@types/i18next.d.ts"
  }
}