{ "name": "firebase-provider-stats", "version": "1.0.3", "description": "Tiny CLI tool to get provider stats for firebase", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ddikman/firebase-provider-stats/" }, "scripts": { "test": "mocha" }, "bin": { "firebase-provider-stats": "./index.js" }, "author": "David Dikman", "license": "MIT", "dependencies": { "commander": "^9.0.0", "mocha": "^9.2.0" }, "devDependencies": { "chai": "^4.3.6", "command-line-test": "^1.0.10" } }