{
  "name": "@esmate/utils",
  "type": "module",
  "version": "1.3.4",
  "description": "JavaScript/TypeScript utils, functions, and classes in one package.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viendinhcom/esmate.git"
  },
  "keywords": [
    "esmate",
    "utils",
    "tools",
    "classes",
    "functions",
    "javascript",
    "typescript"
  ],
  "exports": {
    ".": {
      "types": "./dist/pkgs/es-toolkit.d.ts",
      "import": "./dist/pkgs/es-toolkit.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    },
    "./pkgs/*": {
      "types": "./dist/pkgs/*.d.ts",
      "import": "./dist/pkgs/*.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/typopo": "^2.5.4",
    "es-toolkit": "^1.43.0",
    "iso-3166-1": "^2.1.1",
    "iso-639-1": "^3.1.5",
    "mathjs": "^15.1.0",
    "title": "^4.0.1",
    "typopo": "^2.8.0"
  },
  "devDependencies": {
    "@esmate/eslint": "^1.2.2",
    "@esmate/prettier": "^1.0.6",
    "@rslib/core": "^0.7.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.19.3",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "eslint": "^9.39.2",
    "fs-extra": "^11.3.3",
    "globby": "^14.1.0",
    "prettier": "^3.7.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsx export.ts && rslib build",
    "dev": "rslib build --watch",
    "fix": "prettier --write . && eslint --fix .",
    "check": "tsc && prettier --check . && eslint ."
  }
}