{
  "scripts": {
    "build": "tsup ./src",
    "tests": "jest --config ./.jestrc.json && prettier . --write && npm run lint",
    "lint": "eslint . --ext .ts",
    "lint-and-fix": "eslint . --ext .ts --fix",
    "prettier-fix": "prettier . --write"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/paxa1887/ts-complex-division"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "name": "ts-complex-division",
  "description": "Floating point complex division in TypeScript",
  "version": "1.7.0",
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-typescript": "^7.22.5",
    "@types/jest": "^29.5.3",
    "@typescript-eslint/eslint-plugin": "^6.4.1",
    "@typescript-eslint/parser": "^6.4.1",
    "ansi-escapes": "^4.3.2",
    "ansi-regex": "^5.0.1",
    "ansi-styles": "^4.3.0",
    "any-promise": "^1.3.0",
    "anymatch": "^3.1.3",
    "argparse": "^1.0.10",
    "array-union": "^2.1.0",
    "babel-jest": "^29.6.2",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-jest-hoist": "^29.5.0",
    "babel-plugin-polyfill-corejs2": "^0.4.5",
    "babel-plugin-polyfill-corejs3": "^0.8.3",
    "babel-plugin-polyfill-regenerator": "^0.5.2",
    "babel-preset-current-node-syntax": "^1.0.1",
    "babel-preset-jest": "^29.5.0",
    "balanced-match": "^1.0.2",
    "binary-extensions": "^2.2.0",
    "brace-expansion": "^1.1.11",
    "braces": "^3.0.2",
    "browserslist": "^4.21.10",
    "bs-logger": "^0.2.6",
    "bser": "^2.1.1",
    "buffer-from": "^1.1.2",
    "bundle-require": "^4.0.1",
    "cac": "^6.7.14",
    "callsites": "^3.1.0",
    "camelcase": "^5.3.1",
    "caniuse-lite": "^1.0.30001520",
    "chalk": "^4.1.2",
    "char-regex": "^1.0.2",
    "chokidar": "^3.5.3",
    "ci-info": "^3.8.0",
    "cjs-module-lexer": "^1.2.3",
    "cliui": "^8.0.1",
    "co": "^4.6.0",
    "collect-v8-coverage": "^1.0.2",
    "color-convert": "^2.0.1",
    "color-name": "^1.1.4",
    "commander": "^4.1.1",
    "concat-map": "^0.0.1",
    "convert-source-map": "^2.0.0",
    "core-js-compat": "^3.32.0",
    "cross-spawn": "^7.0.3",
    "debug": "^4.3.4",
    "dedent": "^1.5.1",
    "deepmerge": "^4.3.1",
    "detect-newline": "^3.1.0",
    "diff-sequences": "^29.4.3",
    "dir-glob": "^3.0.1",
    "electron-to-chromium": "^1.4.490",
    "emittery": "^0.13.1",
    "emoji-regex": "^8.0.0",
    "error-ex": "^1.3.2",
    "esbuild": "^0.18.20",
    "escalade": "^3.1.1",
    "escape-string-regexp": "^2.0.0",
    "eslint": "^8.47.0",
    "esprima": "^4.0.1",
    "esutils": "^2.0.3",
    "execa": "^5.1.1",
    "exit": "^0.1.2",
    "expect": "^29.6.2",
    "fast-glob": "^3.3.1",
    "fast-json-stable-stringify": "^2.1.0",
    "fastq": "^1.15.0",
    "fb-watchman": "^2.0.2",
    "fill-range": "^7.0.1",
    "find-up": "^4.1.0",
    "fs.realpath": "^1.0.0",
    "fsevents": "^2.3.2",
    "function-bind": "^1.1.1",
    "gensync": "^1.0.0-beta.2",
    "get-caller-file": "^2.0.5",
    "get-package-type": "^0.1.0",
    "get-stream": "^6.0.1",
    "glob": "^7.1.6",
    "glob-parent": "^5.1.2",
    "globals": "^11.12.0",
    "globby": "^11.1.0",
    "graceful-fs": "^4.2.11",
    "has": "^1.0.3",
    "has-flag": "^4.0.0",
    "html-escaper": "^2.0.2",
    "human-signals": "^2.1.0",
    "ignore": "^5.2.4",
    "import-local": "^3.1.0",
    "imurmurhash": "^0.1.4",
    "inflight": "^1.0.6",
    "inherits": "^2.0.4",
    "is-arrayish": "^0.2.1",
    "is-binary-path": "^2.1.0",
    "is-core-module": "^2.13.0",
    "is-extglob": "^2.1.1",
    "is-fullwidth-code-point": "^3.0.0",
    "is-generator-fn": "^2.1.0",
    "is-glob": "^4.0.3",
    "is-number": "^7.0.0",
    "is-stream": "^2.0.1",
    "isexe": "^2.0.0",
    "istanbul-lib-coverage": "^3.2.0",
    "istanbul-lib-instrument": "^5.2.1",
    "istanbul-lib-report": "^3.0.1",
    "istanbul-lib-source-maps": "^4.0.1",
    "istanbul-reports": "^3.1.6",
    "jest": "^29.6.2",
    "jest-changed-files": "^29.5.0",
    "jest-circus": "^29.6.2",
    "jest-cli": "^29.6.2",
    "jest-config": "^29.6.2",
    "jest-diff": "^29.6.2",
    "jest-docblock": "^29.4.3",
    "jest-each": "^29.6.2",
    "jest-environment-node": "^29.6.2",
    "jest-get-type": "^29.4.3",
    "jest-haste-map": "^29.6.2",
    "jest-leak-detector": "^29.6.2",
    "jest-matcher-utils": "^29.6.2",
    "jest-message-util": "^29.6.2",
    "jest-mock": "^29.6.2",
    "jest-pnp-resolver": "^1.2.3",
    "jest-regex-util": "^29.4.3",
    "jest-resolve": "^29.6.2",
    "jest-resolve-dependencies": "^29.6.2",
    "jest-runner": "^29.6.2",
    "jest-runtime": "^29.6.2",
    "jest-snapshot": "^29.6.2",
    "jest-util": "^29.6.2",
    "jest-validate": "^29.6.2",
    "jest-watcher": "^29.6.2",
    "jest-worker": "^29.6.2",
    "joycon": "^3.1.1",
    "js-tokens": "^4.0.0",
    "js-yaml": "^3.14.1",
    "jsesc": "^2.5.2",
    "json-parse-even-better-errors": "^2.3.1",
    "json5": "^2.2.3",
    "kleur": "^3.0.3",
    "leven": "^3.1.0",
    "lilconfig": "^2.1.0",
    "lines-and-columns": "^1.2.4",
    "load-tsconfig": "^0.2.5",
    "locate-path": "^5.0.0",
    "lodash.debounce": "^4.0.8",
    "lodash.memoize": "^4.1.2",
    "lodash.sortby": "^4.7.0",
    "lru-cache": "^5.1.1",
    "make-dir": "^4.0.0",
    "make-error": "^1.3.6",
    "makeerror": "^1.0.12",
    "merge-stream": "^2.0.0",
    "merge2": "^1.4.1",
    "micromatch": "^4.0.5",
    "mimic-fn": "^2.1.0",
    "minimatch": "^3.1.2",
    "ms": "^2.1.2",
    "mz": "^2.7.0",
    "natural-compare": "^1.4.0",
    "node-int64": "^0.4.0",
    "node-releases": "^2.0.13",
    "normalize-path": "^3.0.0",
    "npm-run-path": "^4.0.1",
    "object-assign": "^4.1.1",
    "once": "^1.4.0",
    "onetime": "^5.1.2",
    "p-limit": "^3.1.0",
    "p-locate": "^4.1.0",
    "p-try": "^2.2.0",
    "parse-json": "^5.2.0",
    "path-exists": "^4.0.0",
    "path-is-absolute": "^1.0.1",
    "path-key": "^3.1.1",
    "path-parse": "^1.0.7",
    "path-type": "^4.0.0",
    "picocolors": "^1.0.0",
    "picomatch": "^2.3.1",
    "pirates": "^4.0.6",
    "pkg-dir": "^4.2.0",
    "postcss-load-config": "^4.0.1",
    "prettier": "3.0.2",
    "pretty-format": "^29.6.2",
    "prompts": "^2.4.2",
    "punycode": "^2.3.0",
    "pure-rand": "^6.0.2",
    "queue-microtask": "^1.2.3",
    "react-is": "^18.2.0",
    "readdirp": "^3.6.0",
    "regenerate": "^1.4.2",
    "regenerate-unicode-properties": "^10.1.0",
    "regenerator-runtime": "^0.14.0",
    "regenerator-transform": "^0.15.2",
    "regexpu-core": "^5.3.2",
    "regjsparser": "^0.9.1",
    "require-directory": "^2.1.1",
    "resolve": "^1.22.4",
    "resolve-cwd": "^3.0.0",
    "resolve-from": "^5.0.0",
    "resolve.exports": "^2.0.2",
    "reusify": "^1.0.4",
    "rollup": "^3.28.0",
    "run-parallel": "^1.2.0",
    "semver": "^6.3.1",
    "shebang-command": "^2.0.0",
    "shebang-regex": "^3.0.0",
    "signal-exit": "^3.0.7",
    "sisteransi": "^1.0.5",
    "slash": "^3.0.0",
    "source-map": "^0.8.0-beta.0",
    "source-map-support": "^0.5.13",
    "sprintf-js": "^1.0.3",
    "stack-utils": "^2.0.6",
    "string-length": "^4.0.2",
    "string-width": "^4.2.3",
    "strip-ansi": "^6.0.1",
    "strip-bom": "^4.0.0",
    "strip-final-newline": "^2.0.0",
    "strip-json-comments": "^3.1.1",
    "sucrase": "^3.34.0",
    "supports-color": "^7.2.0",
    "supports-preserve-symlinks-flag": "^1.0.0",
    "test-exclude": "^6.0.0",
    "thenify": "^3.3.1",
    "thenify-all": "^1.6.0",
    "tmpl": "^1.0.5",
    "to-fast-properties": "^2.0.0",
    "to-regex-range": "^5.0.1",
    "tr46": "^1.0.1",
    "tree-kill": "^1.2.2",
    "ts-interface-checker": "^0.1.13",
    "ts-jest": "^29.1.1",
    "tsup": "^7.2.0",
    "type-detect": "^4.0.8",
    "type-fest": "^0.21.3",
    "typescript": "^5.1.6",
    "unicode-canonical-property-names-ecmascript": "^2.0.0",
    "unicode-match-property-ecmascript": "^2.0.0",
    "unicode-match-property-value-ecmascript": "^2.1.0",
    "unicode-property-aliases-ecmascript": "^2.1.0",
    "update-browserslist-db": "^1.0.11",
    "v8-to-istanbul": "^9.1.0",
    "walker": "^1.0.8",
    "webidl-conversions": "^4.0.2",
    "whatwg-url": "^7.1.0",
    "which": "^2.0.2",
    "wrap-ansi": "^7.0.0",
    "wrappy": "^1.0.2",
    "write-file-atomic": "^4.0.2",
    "y18n": "^5.0.8",
    "yallist": "^3.1.1",
    "yaml": "^2.3.1",
    "yargs": "^17.7.2",
    "yargs-parser": "^21.1.1",
    "yocto-queue": "^0.1.0"
  },
  "keywords": [
    "complex",
    "division",
    "math",
    "floating-point"
  ],
  "author": "Pavlo Vashchenko",
  "license": "MIT"
}
