{
  "name": "react-elfsight-widget",
  "version": "1.1.2",
  "description": "The right way to add Elfsight Widget to your React App",
  "license": "MIT",
  "author": "Vladimir Ivanenko <d521bb85@gmail.com>",
  "homepage": "https://github.com/d521bb85/react-elfsight-widget",
  "scripts": {
    "clean": "rimraf ./dist",
    "format": "eslint --fix ./src",
    "test": "tsdx test",
    "test:watch": "tsdx test --watch",
    "test:cov": "tsdx test --coverage",
    "test:e2e-fixture": "npm run build && parcel test/fixture/index.html --out-dir test/fixture/.dist --cache-dir test/fixture/.cache --port 8080",
    "build": "npm run clean && tsdx build",
    "watch": "tsdx watch",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d521bb85/react-elfsight-widget"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/react-elfsight-widget.esm.js",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "^13.3.0",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.3",
    "jest": "^26.6.3",
    "lint-staged": "^13.2.1",
    "parcel-bundler": "^1.8.1",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.2",
    "tsdx": "^0.13.3",
    "tslib": "^2.4.0"
  }
}
