{
    "name": "@inpassor/firebase-config",
    "version": "1.3.0",
    "license": "MIT",
    "author": "Oleg V. Kuzmin",
    "repository": {
        "type": "git",
        "url": "https://github.com/Inpassor/ts-firebase-config"
    },
    "bugs": {
        "url": "https://github.com/Inpassor/ts-firebase-config/issues"
    },
    "homepage": "https://github.com/Inpassor/ts-firebase-config",
    "description": "Firebase Remote Config library",
    "keywords": [
        "firebase",
        "remote",
        "config",
        "REST",
        "library",
        "javascript",
        "typescript"
    ],
    "main": "lib/index.js",
    "scripts": {
        "lint": "tslint --project tsconfig.json",
        "clean": "rimraf ./lib",
        "build": "npm run lint && npm run clean && tsc"
    },
    "dependencies": {
        "flat": "^4.1.0",
        "google-auth-library": "^4.2.6",
        "node-cache": "^4.2.1"
    },
    "devDependencies": {
        "@types/node": "^12.12.24",
        "rimraf": "^2.7.1",
        "tslint": "^5.20.1",
        "typescript": "^3.7.4"
    }
}
