{
  "name": "@frsource/frs-replace",
  "version": "5.1.111",
  "description": "Simple wrapper around javascript replace with CLI usage support!",
  "bin": {
    "frs-replace": "bin/cli.mjs"
  },
  "type": "module",
  "main": "src/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "default": "./src/index.mjs",
      "types": "./dist/index.d.mts"
    },
    "./sync": {
      "default": "./src/sync.mjs",
      "types": "./dist/sync.d.mts"
    },
    "./async": {
      "default": "./src/async.mjs",
      "types": "./dist/async.d.mts"
    },
    "./*": "./*.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FRSOURCE/frs-replace.git"
  },
  "author": "Jakub Freisler <FRSgit@users.noreply.github.com>",
  "license": "MIT",
  "packageManager": "pnpm@10.33.4",
  "bugs": {
    "url": "https://github.com/FRSOURCE/frs-replace/issues"
  },
  "homepage": "https://github.com/FRSOURCE/frs-replace#readme",
  "files": [
    "dist",
    "bin/cli.mjs",
    "src/*.mjs",
    "package.json"
  ],
  "keywords": [
    "replace",
    "cli",
    "streams",
    "stream",
    "command-line",
    "pipes",
    "pipe",
    "nodejs",
    "replacement",
    "regex",
    "regexp",
    "regular-expression",
    "javascript"
  ],
  "scripts": {
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "release": "semantic-release",
    "release:ci": "pnpm release --yes",
    "build": "tsc --project tsconfig.json --declaration --emitDeclarationOnly",
    "test": "vitest",
    "coverage": "vitest --coverage",
    "test:ci": "vitest run --coverage && vitest bench --run && TEST_TYPE=bench vitest run --allowOnly",
    "eslint": "eslint .",
    "prettier": "prettier . --check",
    "lint": "pnpm eslint && pnpm prettier",
    "fix": "pnpm eslint --fix && prettier . --write",
    "bench": "vitest bench",
    "test:bench": "TEST_TYPE=bench vitest"
  },
  "devDependencies": {
    "@frsource/eslint-config": "1.81.0",
    "@frsource/prettier-config": "1.44.0",
    "@frsource/semantic-release-config": "^1.37.0",
    "@types/node": "24.12.4",
    "@types/yargs": "^17.0.32",
    "@vitest/coverage-v8": "4.1.6",
    "@vitest/ui": "4.1.6",
    "eslint": "^10.0.0",
    "execa": "^9.5.2",
    "globals": "^17.0.0",
    "globals-vitest": "^4.0.0",
    "prettier": "^3.2.5",
    "replace-in-file": "8.4.0",
    "replace-string": "4.0.0",
    "semantic-release": "^25.0.0",
    "tmp-promise": "3.0.3",
    "typescript": "^5.7.2",
    "vitest": "4.1.6"
  },
  "dependencies": {
    "fast-glob": "3.3.3",
    "get-stdin": "10.0.0",
    "yargs": "18.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "funding": "https://buymeacoffee.com/frsource"
}
