{
  "name": "react-string-replace",
  "version": "2.0.1",
  "description": "String#replace for React components",
  "license": "MIT",
  "main": "index.js",
  "sideEffects": false,
  "repository": "iansinnott/react-string-replace",
  "author": {
    "name": "Ian Sinnott",
    "email": "ian@iansinnott.com",
    "url": "https://github.com/iansinnott"
  },
  "scripts": {
    "test": "bun test",
    "bump:patch": "npm version patch -m \"v%s\"",
    "bump:minor": "npm version minor -m \"v%s\"",
    "bump": "npm run bump:patch",
    "preversion": "bun test",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "react",
    "string",
    "replace"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/bun": "latest"
  }
}
