{
  "name": "@freearhey/core",
  "version": "0.16.1",
  "description": "Toolset for Node.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "pkgroll --clean-dist",
    "dev": "npx vite dev",
    "lint": "npx eslint ./src/**/*.ts ./tests/**/*.ts",
    "docs": "typedoc",
    "test": "cross-env TZ=Pacific/Nauru vitest run",
    "prepublishOnly": "npm run build && typedoc"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freearhey/core-js.git"
  },
  "author": "Arhey",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/freearhey/core-js/issues"
  },
  "homepage": "https://github.com/freearhey/core-js#readme",
  "dependencies": {
    "@types/lodash": "^4.14.198",
    "@types/pako": "^2.0.3",
    "consola": "^3.4.2",
    "dayjs": "^1.11.13",
    "glob": "^11.0.1",
    "lodash": "^4.18.1",
    "natural-orderby": "^5.0.0",
    "normalize-url": "^8.1.0",
    "object-treeify": "^2.1.1",
    "pako": "^2.1.0",
    "timer-node": "^5.0.9"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.24.0",
    "@types/node": "^25.6.0",
    "cross-env": "^10.0.0",
    "eslint": "^9.24.0",
    "globals": "^16.0.0",
    "pkgroll": "^2.15.4",
    "typedoc": "^0.28.13",
    "typedoc-plugin-markdown": "^4.8.1",
    "typescript": "^5.2.2",
    "typescript-eslint": "^8.29.1",
    "vite": "^6.2.5",
    "vitest": "^3.1.1"
  }
}
