{
  "name": "@adamburgess/linq",
  "version": "3.0.0",
  "description": "A linq library.",
  "type": "module",
  "types": "linq.d.ts",
  "main": "linq.js",
  "exports": {
    ".": {
      "import": "./linq.js",
      "types": "./linq.d.ts"
    },
    "./enumerable": {
      "import": "./enumerable.js",
      "types": "./enumerable.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamburgess/linq.git"
  },
  "keywords": [
    "linq",
    "iterator"
  ],
  "sideEffects": false,
  "author": "Adam Burgess",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamburgess/linq/issues"
  },
  "homepage": "https://github.com/adamburgess/linq#readme",
  "devDependencies": {
    "@adamburgess/nr": "^1.0.3",
    "@types/node": "^16.11.10",
    "@types/sinon": "^10.0.6",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "c8": "^7.10.0",
    "delay": "^5.0.0",
    "esbuild": "^0.14.0",
    "eslint": "^8.3.0",
    "nodemon": "^2.0.15",
    "pta": "0.2.3",
    "sinon": "^12.0.1",
    "source-map-support": "^0.5.21",
    "ts-morph": "^13.0.2",
    "typedoc": "^0.22.10",
    "typescript": "^4.5.2",
    "zora": "4.1.0"
  }
}