{
  "name": "fast-cartesian",
  "version": "9.0.1",
  "type": "module",
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "gulp test"
  },
  "description": "Fast cartesian product",
  "keywords": [
    "cartesian",
    "cartesian-product",
    "performance",
    "sets",
    "functional-programming",
    "functional",
    "product",
    "iterable",
    "algorithm",
    "data-structures",
    "es6",
    "javascript",
    "typescript",
    "library",
    "nodejs",
    "lodash",
    "lodash-fp",
    "cartesian-products",
    "combinatorics",
    "combinations"
  ],
  "license": "Apache-2.0",
  "homepage": "https://www.github.com/ehmicky/fast-cartesian",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/fast-cartesian.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/fast-cartesian/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6",
    "big-cartesian": "^6.1.1",
    "cartesian": "^1.0.1",
    "cartesian-product": "^2.1.2",
    "cxproduct": "^2.1.3",
    "fast-cartesian-product": "^2.0.1",
    "lodash": "^4.17.20",
    "lodash.product": "^18.10.0",
    "power-cartesian-product": "^0.0.6",
    "spyd": "^0.8.3",
    "test-each": "^7.0.0"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
