{
  "name": "ts-iterable-functions",
  "author": "Chris Sperry <christophermartinsperry@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biggyspender/ts-iterable-functions.git"
  },
  "sideEffects": false,
  "version": "5.5.0",
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.js",
  "types": "./build/src/index.d.ts",
  "license": "MIT",
  "engines": {
    "node": ">= 20",
    "npm": ">= 11.5.1"
  },
  "volta": {
    "node": "24.12.0",
    "npm": "11.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/build",
    "/README.md"
  ],
  "scripts": {
    "build": "run-s clean build:all",
    "build:all": "run-p type:dts build:main",
    "build:main": "node -r ./esbuild-hook ./scripts/build",
    "clean": "node -r ./esbuild-hook ./scripts/clean",
    "type:dts": "tsc --emitDeclarationOnly",
    "type:check": "tsc --noEmit",
    "format": "prettier \"src/**/*.ts\" --write",
    "format:check": "prettier \"src/**/*.ts\" --check",
    "lint": "eslint src --ext .ts --fix",
    "lint:check": "eslint src --ext .ts",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest run --coverage",
    "spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"",
    "cz": "cz",
    "semantic-release": "semantic-release",
    "build-docs": "typedoc ./src",
    "build-docs:watch": "typedoc ./src --watch",
    "serve:docs": "serve -l 5000 docs"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@ryansonshine/commitizen": "4.2.8",
    "@ryansonshine/cz-conventional-changelog": "3.3.4",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/github": "12.0.3",
    "@semantic-release/npm": "13.1.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@types/node": "^20.0.0",
    "@types/prompts": "^2.4.9",
    "@types/shelljs": "^0.8.17",
    "@typescript-eslint/eslint-plugin": "8.49.0",
    "@typescript-eslint/parser": "8.49.0",
    "@vitest/coverage-v8": "4.0.15",
    "browserslist": "^4.25.1",
    "c8": "^7.12.0",
    "cspell": "^6.12.0",
    "esbuild": "0.27.1",
    "esbuild-node-externals": "1.20.1",
    "esbuild-plugin-browserslist": "2.0.0",
    "eslint": "9.39.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.32.0",
    "npm-run-all2": "^8.0.4",
    "nyc": "^15.1.0",
    "prettier": "3.7.4",
    "semantic-release": "25.0.3",
    "serve": "14.2.5",
    "shelljs": "0.10.0",
    "source-map-support": "0.5.21",
    "typedoc": "0.28.15",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.49.0",
    "vitest": "4.0.15"
  },
  "peerDependencies": {
    "ts-comparer-builder": "^1.1.1",
    "ts-equality-comparer": "^1.0.3",
    "ts-functional-pipe": "^3.1.2",
    "ts-hashmap": "^2.0.3"
  },
  "overrides": {
    "semver-regex": "3.1.4"
  }
}
