{
  "name": "react-matomo",
  "version": "0.0.6",
  "description": "",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir lib/cjs"
  },
  "author": "Anthony DI STEFANO",
  "homepage": "https://github.com/MADEiN83/react-matomo",
  "bugs": {
    "url": "https://github.com/MADEiN83/react-matomo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MADEiN83/react-matomo"
  },
  "license": "ISC",
  "keywords": [
    "react",
    "analytics",
    "matomo",
    "react-matomo"
  ],
  "devDependencies": {
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.6",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "react": ">= 16.8.0"
  },
  "files": [
    "/lib"
  ],
  "dependencies": {}
}
