{
  "name": "@erosson/polynomial",
  "version": "5.0.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erosson/ts-libs.git",
    "directory": "packages/polynomial"
  },
  "license": "MIT",
  "packageManager": "yarn@1.22.19",
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "// exports": "https://stackoverflow.com/questions/58990498/package-json-exports-field-not-working-with-typescript",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.esm.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.umd.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "start": "run-pty run-pty.json",
    "dev": "yarn docs && vite",
    "build": "tsc --noEmit && vite build",
    "prepack": "yarn build",
    "test": "vitest",
    "// docs": "# typedoc also typechecks",
    "docs": "typedoc",
    "release-docs": "yarn docs && cp -a public/docs/ ../../dist/docs/@erosson/polynomial/",
    "release": "yarn test --run && yarn build && yarn _release",
    "_release": "semver-incr-npm",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/toposort": "^2.0.7",
    "break_infinity.js": "^2.2.0",
    "decimal.js": "^10.4.3",
    "prettier": "^3.1.1",
    "run-pty": "^4.1.0",
    "semver-incr": "link:../semver-incr/",
    "typedoc": "^0.25.6",
    "typescript": "^5.2.2",
    "vite": "^5.0.8",
    "vite-plugin-dts": "^3.7.0",
    "vitest": "^1.1.1"
  },
  "dependencies": {
    "toposort": "^2.0.2"
  }
}
