{
  "name": "umami-api-client",
  "version": "3.0.3-beta.1",
  "description": "Umami API nodeJS client",
  "main": "./lib/export.js",
  "type": "module",
  "scripts_doc": {
    "ci-test": "c8 : config into '.nycrc' file. Deprecated functions removed in v3."
  },
  "scripts": {
    "cloud": "node ./tests/manual/cloud_sample.js",
    "hosted": "node ./tests/manual/host_sample.js",
    "audit": "pnpm audit",
    "test": "mocha --timeout 180000 tests/*.test.js",
    "ci-test": "c8 pnpm run test",
    "tst": "echo windows %TST% test&& mocha --trace-warnings --exit --timeout 180000 --unhandled-rejections=strict tests/%TST%.test.js",
    "xtst": "echo linux $TST test && mocha --trace-warnings --exit --timeout 180000 --unhandled-rejections=strict tests/$TST.test.js"
  },
  "private": false,
  "author": "Boly38 <boly38@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/boly38/umami-api-client.git"
  },
  "bugs": {
    "url": "https://github.com/boly38/umami-api-client/issues"
  },
  "keywords": [
    "node",
    "umami",
    "rest",
    "api",
    "client"
  ],
  "copyright": {
    "title": "umami-api-client",
    "years": [
      2022,
      2025
    ],
    "author": "Brice Vandeputte"
  },
  "dependencies": {
    "node-fetch": "^3.3.2",
    "query-string": "^9.3.1",
    "winston": "^3.19.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.6",
    "c8": "^10.1.3",
    "chai": "^6.2.2",
    "mocha": "^11.7.5",
    "npm-force-resolutions": "^0.0.10"
  },
  "resolutions": {
    "minimist": "^1.2.6"
  },
  "jshintConfig": {
    "esversion": 11
  },
  "packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
  "pnpm": {
    "overrides": {
      "glob@>=10.2.0 <10.5.0": ">=10.5.0",
      "diff@<8.0.3": ">=8.0.3"
    }
  }
}
