{
  "name": "react-if-vz",
  "version": "3.0.0",
  "description": "Declarative conditional rendering for React — logic-first, TypeScript-native.",
  "author": "Delpi.Kye",
  "license": "MIT",
  "sideEffects": false,
  "main": "build/index.cjs.js",
  "module": "build/index.esm.js",
  "types": "build/index.d.ts",

  "exports": {
    ".": {
      "import": "./build/index.esm.js",
      "require": "./build/index.cjs.js",
      "types": "./build/index.d.ts"
    }
  },

  "files": [
    "build"
  ],

  "scripts": {
    "clean": "rimraf build",
    "build": "rollup -c",
    "cb": "npm run clean && npm run build",
    "prepublishOnly": "npm run build"
  },

  "repository": {
    "type": "git",
    "url": "https://github.com/delpikye-v/react-if-vz.git"
  },
  "homepage": "https://github.com/delpikye-v/react-if-vz#readme",
  "bugs": {
    "url": "https://github.com/delpikye-v/react-if-vz/issues"
  },

  "keywords": [
    "react",
    "typescript",
    "conditional-rendering",
    "control-flow",
    "if-else",
    "switch-case",
    "ui-logic",
    "jsx-logic",
    "react-patterns"
  ],

  "peerDependencies": {
    "react": ">=16.8.0"
  },

  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@types/react": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  }
}
