{
  "name": "@letsscrapedata/utils",
  "version": "0.0.27",
  "description": "This package is mainly used by LetsScrapeData App",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean",
    "watch": "npm run build -- --watch src",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/letsScrapeData/utils.git"
  },
  "homepage": "https://www.LetsScrapeData.com",
  "author": {
    "name": "LetsScrapeData"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "keywords": [
    "letsscrapedata",
    "utils"
  ],
  "dependencies": {
    "pidusage-tree": "^2.0.5",
    "ping": "^0.4.4",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.6.2",
    "@types/ping": "^0.4.4",
    "@types/uuid": "^9.0.8",
    "tsup": "^8.0.2",
    "typescript": "^5.6.3"
  }
}
