{
  "name": "typescript-extended-linq",
  "version": "5.0.1",
  "description": "Typescript Linq API",
  "author": "Robert Herber",
  "license": "MIT",
  "main": "dist/index",
  "types": "dist/index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rob893/typescript-extended-linq.git"
  },
  "keywords": [
    "linq",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/rob893/typescript-extended-linq/issues"
  },
  "homepage": "https://github.com/rob893/typescript-extended-linq#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "ts-node ./src/index.ts",
    "benchmark": "ts-node ./src/__benchmarks__/index.ts",
    "build": "rm -rf ./dist && tsc",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "build-circular-dependency-check": "madge --circular ./dist",
    "circular-dependency-check": "madge --circular --extensions ts --ts-config tsconfig.json ./src",
    "prettier": "prettier --write **/*.{ts,js,css,html,json} !**/node_modules/** !**/dist/** !**/coverage/** !**/compiled/**",
    "release": "npm run build && npm run build-circular-dependency-check && npm run lint && np --no-cleanup --no-2fa",
    "test": "jest --coverage",
    "test-watch": "jest --watchAll --coverage",
    "test-clean": "jest --clearCache",
    "test-mutate": "npx stryker run",
    "typedoc": "rm -rf ./docs && typedoc src/index.ts",
    "version": "npm run build && npm run typedoc",
    "prepare": "husky",
    "validate": "npm run build && npm run build-circular-dependency-check && npm t && npm run lint",
    "commitlint": "commitlint --edit"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^19.7.1",
    "@commitlint/config-conventional": "^19.7.1",
    "@eslint/js": "^9.20.0",
    "@stryker-mutator/core": "^8.7.1",
    "@stryker-mutator/jest-runner": "^8.7.1",
    "@stryker-mutator/typescript-checker": "^8.7.1",
    "@types/benchmark": "^2.1.5",
    "@types/jest": "^29.5.14",
    "benchmark": "^2.1.4",
    "eslint": "^9.20.0",
    "eslint-plugin-jest": "^28.11.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "linq-to-typescript": "^11.1.0",
    "linq-typescript": "^1.0.251",
    "madge": "^8.0.0",
    "np": "^10.2.0",
    "prettier": "^3.5.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.23.0"
  }
}
