{
  "name": "say-hola-react",
  "version": "0.1.0",
  "description": "Spread positivity and diversity with a constant flow of hellos!",
  "keywords": [
    "react",
    "say-hola",
    "hola",
    "say-hello",
    "greeting",
    "internationalization",
    "translation",
    "language",
    "typescript",
    "utility"
  ],
  "homepage": "https://github.com/brionmario/say-hola#readme",
  "bugs": {
    "url": "https://github.com/brionmario/say-hola/issues"
  },
  "license": "MIT",
  "author": "Brion Mario",
  "type": "module",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "../README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/brionmario/say-hola/",
    "directory": "packages/react"
  },
  "devDependencies": {
    "@brionmario/eslint-plugin": "^0.2.9",
    "@brionmario/prettier-config": "^0.1.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/node": "^20.10.6",
    "eslint": "^8.56.0",
    "prettier": "^2.8.1",
    "rimraf": "^4.4.1",
    "rollup": "^4.9.2",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-preserve-directives": "^0.2.0",
    "tslib": "^2.5.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "say-hola": "0.1.0"
  },
  "peerDependencies": {
    "@types/react": ">16.8",
    "@types/react-dom": ">16.8",
    "react": ">16.8",
    "react-dom": ">16.8"
  },
  "scripts": {
    "build": "pnpm clean:dist && rollup -c rollup.config.cjs",
    "clean:dist": "rimraf dist",
    "dev": "pnpm clean:dist && rollup -c rollup.config.cjs --watch --watch.buildDelay 500",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,mdx}\"",
    "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --passWithNoTests",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "typecheck": "tsc --noemit -p tsconfig.lib.json"
  }
}