{
  "name": "@ldhop/react",
  "version": "0.1.1",
  "description": "Follow your nose through linked data resources - for React",
  "keywords": [
    "query",
    "linked data",
    "linkeddata",
    "rdf",
    "react"
  ],
  "homepage": "https://github.com/ldhop/ldhop/tree/main/packages/react",
  "repository": {
    "type": "git",
    "url": "https://github.com/ldhop/ldhop.git"
  },
  "bugs": {
    "url": "https://github.com/ldhop/ldhop/issues"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "",
    "build": "tsc",
    "buildFresh": "rm -rf dist && yarn build",
    "prepublishOnly": "yarn buildFresh",
    "prepare": "yarn buildFresh",
    "lint": "eslint src/** --fix --no-error-on-unmatched-pattern"
  },
  "dependencies": {
    "@ldhop/core": "^0.1.1",
    "@types/lodash": "^4.17.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.28.4",
    "@types/react": "^18.2.64",
    "react": "^18.2.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": ">=5",
    "react": ">=18"
  },
  "gitHead": "f505172e8eef93b122b3d80a058693c3e91a698b"
}
