{
  "name": "fql-toolkit",
  "version": "4.5.0",
  "description": "Fql Toolkit",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "node --env-file-if-exists=.env --experimental-vm-modules node_modules/.bin/jest",
    "test:unit": "node --experimental-vm-modules node_modules/.bin/jest --testPathPattern=unit",
    "test:integration": "node --env-file-if-exists=.env --experimental-vm-modules node_modules/.bin/jest --testPathPattern=integration"
  },
  "keywords": [
    "fql"
  ],
  "author": "Leandro Hernandez",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/altmoket/fql-toolkit.git"
  },
  "homepage": "https://github.com/altmoket/fql-toolkit#Readme.md",
  "files": [
    "dist/"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./auth": {
      "types": "./dist/auth/index.d.ts",
      "default": "./dist/auth/index.js"
    },
    "./auth/react": {
      "types": "./dist/auth/react.d.ts",
      "default": "./dist/auth/react.js"
    }
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.41",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.4.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "ts-jest": "^29.4.11",
    "typescript": "^5.9.3"
  }
}
