{
  "name": "react-html-comment",
  "version": "2.0.16",
  "description": "Component for writing comments in the HTML",
  "author": "Zneider",
  "license": "MIT",
  "repository": "Zneider/react-html-comment",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/index.es.js",
  "browser": "dist/index.umd.js",
  "scripts": {
    "start": "styleguidist server",
    "test": "jest",
    "build:rollup": "rollup -c",
    "build:types": "npx -p typescript tsc",
    "build": "yarn build:types && yarn build:rollup"
  },
  "keywords": [
    "HTML comments",
    "comments",
    "code comments",
    "inline comments"
  ],
  "devDependencies": {
    "@babel/core": "^7.8.0",
    "@babel/preset-env": "^7.8.2",
    "@babel/preset-react": "^7.12.13",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.1.1",
    "babel-loader": "^9.1.0",
    "jest": "^29.0.1",
    "jest-environment-jsdom": "^29.0.1",
    "react": "^18.0.0",
    "react-dom": "^18.1.0",
    "react-styleguidist": "^13.0.0",
    "rollup": "^2.52.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4",
    "typescript": "^4.9.4",
    "webpack": "^5.21.2"
  },
  "peerDependencies": {
    "react": ">17.x",
    "react-dom": ">17.x"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "resolutions": {
    "lodash": "^4.17.21",
    "ansi-regex": "^4.1.1",
    "serialize-javascript": "^3.1.0",
    "glob-parent": "^5.1.2",
    "node-forge": "^1.0.0"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "testEnvironment": "jsdom",
    "setupFilesAfterEnv": [
      "./test/setupTests.js"
    ]
  }
}
