{
  "name": "firestore-metrics",
  "version": "1.1.1",
  "description": "A library which uses the Cloud Monitoring API v3 to view Firestore metrics.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/amalej/firestore-metrics"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "jest",
    "deploy": "npm run build && npm publish"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "Firestore Usage",
    "Firestore Metrics",
    "Firestore",
    "Metrics",
    "Usage"
  ],
  "author": "Alejandro Marco Alejandre",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.4",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "google-auth-library": "^9.0.0"
  }
}