{
  "name": "@sv443-network/coreutils",
  "libName": "@sv443-network/coreutils",
  "version": "3.6.0",
  "description": "Cross-platform, general-purpose, JavaScript core library for Node, Deno and the browser. Intended to be used in conjunction with `@sv443-network/userutils` and `@sv443-network/djsutils`, but can be used independently as well.",
  "main": "dist/CoreUtils.cjs",
  "module": "dist/CoreUtils.mjs",
  "types": "dist/lib/index.d.ts",
  "exports": {
    ".": {
      "browser": "./dist/CoreUtils.mjs",
      "types": "./dist/lib/index.d.ts",
      "require": "./dist/CoreUtils.cjs",
      "import": "./dist/CoreUtils.mjs"
    }
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sv443-Network/CoreUtils.git"
  },
  "keywords": [
    "core-library",
    "deno",
    "dom",
    "general purpose",
    "node",
    "utilities",
    "utility"
  ],
  "author": {
    "name": "Sv443",
    "url": "https://github.com/Sv443"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sv443-Network/CoreUtils/issues"
  },
  "homepage": "https://github.com/Sv443-Network/CoreUtils",
  "dependencies": {
    "nanoevents": "9.1.0"
  },
  "devDependencies": {
    "@changesets/cli": "2.30.0",
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "9.39.4",
    "@swc/core": "1.15.18",
    "@testing-library/dom": "10.4.1",
    "@types/deno": "2.5.0",
    "@types/node": "22.19.15",
    "@types/tx2": "1.0.3",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "@typescript-eslint/utils": "8.56.1",
    "@vitest/coverage-v8": "3.2.4",
    "esbuild-plugin-umd-wrapper": "3.0.0",
    "eslint": "9.39.4",
    "globals": "16.5.0",
    "jsdom": "26.1.0",
    "tslib": "2.8.1",
    "tsup": "8.5.1",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "vitest": "3.2.4"
  },
  "files": [
    "/dist/CoreUtils.cjs",
    "/dist/CoreUtils.min.cjs",
    "/dist/CoreUtils.mjs",
    "/dist/CoreUtils.min.mjs",
    "/dist/CoreUtils.umd.js",
    "/dist/CoreUtils.min.umd.js",
    "/dist/lib/**/*.d.ts",
    "/package.json",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE.txt"
  ],
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "lint": "eslint . && tsc --noEmit",
    "format": "eslint . --fix",
    "build": "tsup",
    "dev": "tsup --watch",
    "update-jsr-version": "node --import tsx ./tools/update-jsr-version.mts",
    "publish-package": "changeset publish",
    "publish-package-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty",
    "check-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty --dry-run",
    "check-npm": "npm publish --dry-run",
    "change": "changeset",
    "test": "vitest",
    "test-coverage": "vitest --coverage"
  }
}