{
  "name": "@react-facet/core",
  "repository": {
    "type": "git",
    "url": "https://github.com/Mojang/ore-ui.git",
    "directory": "packages/@react-facet/core"
  },
  "author": {
    "name": "Paulo Ragonha",
    "email": "paulo@ragonha.me"
  },
  "contributors": [
    {
      "name": "Danila Dergachev",
      "email": "dderg@protonmail.com"
    },
    {
      "name": "Fernando Via Canel",
      "email": "fernando.via@gmail.com"
    },
    {
      "name": "Marlon Huber-Smith",
      "email": "marlonhubersmith@gmail.com"
    }
  ],
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://react-facet.mojang.com/",
  "bugs": "https://github.com/Mojang/ore-ui/issues",
  "license": "MIT",
  "version": "18.6.0",
  "main": "dist/index.js",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "sideEffects": false,
  "scripts": {
    "build": "rimraf dist && tsc",
    "prepublish": "yarn build"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@react-facet/dom-fiber-testing-library": "18.6.0",
    "@types/react": "^18.2.0",
    "@types/react-reconciler": "^0.28.0",
    "@types/rimraf": "^3",
    "cross-env": "^7.0.3",
    "react": "^18.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.8.2"
  },
  "types": "dist/index.d.ts"
}