{
  "name": "@socialgouv/matomo-postgres",
  "description": "Extract visitor events from Matomo API and push to Postgres",
  "version": "2.4.4",
  "packageManager": "pnpm@10.28.1",
  "types": "types/index.d.ts",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "repository": {
    "url": "https://github.com/SocialGouv/matomo-postgres"
  },
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "matomo-postgres": "bin/index.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "start": "pnpm migrate && node ./bin/index.js",
    "build": "tsc",
    "prepack": "pnpm build",
    "prepublishOnly": "pnpm build",
    "migrate": "node ./dist/migrate-latest.js",
    "test": "jest --verbose",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "prettier": {
    "printWidth": 120
  },
  "dependencies": {
    "date-fns": "^2.29.3",
    "debug": "^4.3.4",
    "dotenv": "^16.0.3",
    "kysely": "^0.23.4",
    "p-all": "^3",
    "pg": "^8.9.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.31.0",
    "@types/debug": "^4.1.7",
    "@types/jest": "^29.4.0",
    "@types/node": "^22.0.0",
    "@types/pg": "^8.6.6",
    "@typescript-eslint/eslint-plugin": "^8.37.0",
    "@typescript-eslint/parser": "^8.37.0",
    "eslint": "^9.31.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.5.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^16.3.0",
    "jest": "^29.7.0",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.0"
  }
}
