Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/@tanstack/query-core/package.json

{
  "name": "@tanstack/query-core",
  "version": "4.3.8",
  "description": "TODO",
  "author": "tannerlinsley",
  "license": "MIT",
  "repository": "tanstack/query",
  "homepage": "https://tanstack.com/query",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "types": "build/lib/index.d.ts",
  "main": "build/lib/index.js",
  "module": "build/lib/index.esm.js",
  "exports": {
    ".": {
      "types": "./build/lib/index.d.ts",
      "import": "./build/lib/index.mjs",
      "default": "./build/lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "build/lib/*",
    "build/umd/*",
    "src"
  ],
  "scripts": {
    "clean": "rm -rf ./build",
    "test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
  }
}
Back to Directory File Manager