{
  "name": "sat-utils",
  "version": "3.3.0",
  "description": "Utils library",
  "scripts": {
    "test": "mocha ./specs/**/*.spec.ts --require ts-node/register --timeout 30000",
    "test:w": "mocha ./specs/**/*.spec.ts --require ts-node/register --timeout 30000 --watch",
    "test:debug": "mocha ./specs/async.child.methods.spec.ts --require ts-node/register --timeout 30000",
    "lint": "oxlint -c oxlintrc.json --tsconfig tsconfig.json .",
    "tsc:cjs": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json",
    "tsc": "rm -rf ./built && npm run tsc:cjs && npm run tsc:esm"
  },
  "main": "./built/cjs/index.js",
  "exports": {
    ".": {
      "require": "./built/cjs/index.js",
      "import": "./built/esm/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Simple-Automation-Testing/sat-utils.git"
  },
  "keywords": [
    "asyncRepeat",
    "asyncMap",
    "asyncForEach",
    "async",
    "types checkers",
    "getRandomArrayItem",
    "getRandomString",
    "waitForCondition",
    "get random data"
  ],
  "author": "Potapov Dmitriy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Simple-Automation-Testing/sat-utils/issues"
  },
  "homepage": "https://github.com/Simple-Automation-Testing/sat-utils#readme",
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^25.2.3",
    "assertior": "^0.0.28",
    "oxlint": "^1.43.0",
    "mocha": "^11.7.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  }
}
