{
  "name": "react-tea-cup",
  "version": "5.1.1",
  "description": "Put some TEA in your React.",
  "author": "Rémi Van Keisbelck <remi@rvkb.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:vankeisb/react-tea-cup.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "tsc-v": "tsc -v",
    "test": "vitest --run",
    "prettify": "prettier --write .",
    "compile:ts": "tsc",
    "watch:ts": "tsc -w",
    "compile": "rimraf dist && tsc"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "tea-cup-fp": "^1.1.0"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/react": "^19.0.0",
    "jsdom": "^26.0.0"
  }
}