{
  "name": "@based/i18n",
  "version": "0.3.2",
  "description": "",
  "type": "module",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean:ts": "rm -rf ./dist && rm ./tsconfig.tsbuildinfo || true && npm run make:dist",
    "make:dist": "mkdir ./dist",
    "merge:types": "npx tsx ./scripts/mergeTypes.ts",
    "copy:types": "cp ./src/types.d.ts ./dist/types.d.ts",
    "build": "npm run clean:ts && tsc -b && npm run copy:types && npm run merge:types",
    "watch": "tsc -b --watch"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "based",
    "i18n",
    "once"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@saulx/prettier-config": "^2.0.0",
    "@saulx/tsconfig": "^1.1.3",
    "@types/node": "^22.14.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "typescript": "^5.8.3",
    "vitest": "^2.1.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  }
}
