{
  "name": "firebase-app-distribution",
  "version": "0.0.5",
  "description": "A library that uses Firebase App Distribution APIs.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/amalej/firebase-app-distribution-nodejs"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "jest --coverage --verbose",
    "test:index": "jest -- index.test.ts",
    "test:testers": "jest -- testers.test.ts",
    "test:groups": "jest -- groups.test.ts",
    "test:utils": "jest -- utils.test.ts"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "Firebase",
    "App",
    "Distribution"
  ],
  "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"
  }
}