{
  "name": "@eslint-react/eff",
  "version": "2.13.0",
  "description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",
  "homepage": "https://github.com/Rel1cx/eslint-react",
  "bugs": {
    "url": "https://github.com/Rel1cx/eslint-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rel1cx/eslint-react.git",
    "directory": "packages/utilities/eff"
  },
  "license": "MIT",
  "author": "Rel1cx",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "./package.json"
  ],
  "devDependencies": {
    "tsdown": "^0.20.3",
    "@local/configs": "0.0.0"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "build": "tsdown --dts-resolve",
    "build:docs": "typedoc",
    "lint:publish": "publint",
    "lint:ts": "tsc --noEmit"
  }
}