{
  "name": "next-plausible",
  "version": "4.0.0",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "author": "Alejandro Tardín <alejandro@tardin.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/4lejandrito/next-plausible.git"
  },
  "funding": {
    "url": "https://github.com/4lejandrito/next-plausible?sponsor=1"
  },
  "keywords": [
    "next",
    "plausible",
    "analytics"
  ],
  "scripts": {
    "test": "jest",
    "deploy:demo": "cd demo && npm i && npm run deploy",
    "start": "rollup -c -w",
    "build": "tsc --project ./tsconfig.json && rollup -c",
    "prepublishOnly": "NODE_ENV=production npm run build",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 ",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@types/node": "^20.11.30",
    "@types/react": "19.0.5",
    "@types/react-dom": "19.0.2",
    "axios": "^0.26.1",
    "caller-path": "^4.0.0",
    "husky": "^7.0.4",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.6.1",
    "lint-staged": ">=12.3.7",
    "next": "16.0.10",
    "prettier": "^2.6.1",
    "puppeteer": "^13.5.2",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "rollup": "^2.70.1",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.5.4",
    "vercel": "^27.1.0",
    "wait-port": "^1.1.0"
  },
  "lint-staged": {
    "*.{js,ts,tsx,md,json,html,css,scss,webmanifest}": "prettier --write"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  }
}
