{
  "name": "matomo-client",
  "version": "0.0.4",
  "description": "",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest src",
    "test:e2e": "jest ./__test__ --runInBand",
    "test:watch": "jest src --watchAll",
    "build": "tsc"
  },
  "keywords": ["matomo", "piwik", "analytics"],
  "author": "Pandu Supriyono",
  "dependencies": {
    "axios": "^0.26.1",
    "camelcase-keys": "^7.0.2",
    "date-fns": "^2.28.0",
    "dotenv": "^16.0.0",
    "query-string": "^7.1.1",
    "typescript": "^4.6.3",
    "zod": "^3.14.3"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "eslint": "^8.12.0",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.4"
  }
}
