{
  "name": "abstracted-admin",
  "version": "0.38.3",
  "description": "Helpful abstraction on the Firebase admin API",
  "license": "MIT",
  "repository": "https://github.com/forest-fire/abstracted-admin",
  "author": "Ken Snyder <ken@ken.net>",
  "keywords": [
    "firebase",
    "typescript",
    "nodejs",
    "utility",
    "admin"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esnext/index.js",
  "typings": "dist/esnext/index.d.ts",
  "scripts": {
    "clean": "rimraf lib",
    "clean:nuclear": "rimraf lib node_modules && rm yarn.lock && yarn cache clean && yarn && yarn upgrade",
    "lint": "tslint --force --format verbose \"src/**/*.ts\"",
    "build": "rm -rf lib && tsc -P tsconfig.esnext.json && tsc -P tsconfig.cjs.json",
    "build:nuclear": "yarn clean:nuclear && yarn build",
    "test": "ts-node ./scripts/test.ts",
    "docs": "vuepress dev docs",
    "build:docs": "vuepress build docs",
    "coverage": "nyc --include='src/**/*.ts' --reporter=text --reporter=html --reporter=lcov mocha --compilers ts:ts-node/register --recursive 'test/**/*.test.ts'",
    "watch": "npm run build -- --watch",
    "deploy": "ts-node ./scripts/deploy.ts ",
    "watch:test": "npm run test -- --watch"
  },
  "dependencies": {
    "@firebase/app": "^0.6.2",
    "@firebase/database-types": "^0.5.0",
    "abstracted-firebase": "^0.38.9",
    "common-types": "^1.14.3",
    "firebase-admin": "^8.11.0",
    "lodash.first": "^3.0.0",
    "lodash.last": "^3.0.0",
    "serialized-query": "^0.11.2",
    "typed-conversions": "^0.10.2"
  },
  "devDependencies": {
    "@types/chai": "^4.2.5",
    "@types/faker": "^4.1.7",
    "@types/js-yaml": "^3.12.1",
    "@types/lodash.first": "^3.0.6",
    "@types/lodash.last": "^3.0.6",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.0.0",
    "@types/rimraf": "^2.0.3",
    "@vuepress/plugin-back-to-top": "^1.4.1",
    "@vuepress/plugin-last-updated": "^1.4.1",
    "@vuepress/plugin-medium-zoom": "^1.4.1",
    "@vuepress/plugin-pwa": "^1.4.1",
    "async-shelljs": "^0.1.4",
    "chai": "^4.2.0",
    "chalk": "3.0.0",
    "firemock": "^0.38.9",
    "js-yaml": "^3.13.1",
    "mocha": "^6.2.2",
    "rimraf": "^3.0.0",
    "test-console": "^1.1.0",
    "ts-node": "^8.9.0",
    "tslint": "^6.1.1",
    "typescript": "^3.8.3",
    "vuepress": "^1.4.1"
  },
  "engines": {
    "node": ">=8.13.0"
  }
}
