{
  "name": "@bdelab/roar-firekit",
  "version": "9.17.0",
  "description": "A library to facilitate Firebase authentication and Cloud Firestore interaction for ROAR apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "build": "tsc",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier . --write --loglevel=warn",
    "format:check": "prettier . --check --loglevel=warn",
    "doc": "npx typedoc",
    "prepare": "husky",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push $(git remote -v | grep \"yeatmanlab/roar-firekit.git \\(push\\)\" | cut -f 1) && git push $(git remote -v | grep \"yeatmanlab/roar-firekit.git \\(push\\)\" | cut -f 1) --tags",
    "emulate:admin": "source src/__tests__/__utils__/emulate_admin.sh",
    "emulate:assessment": "source src/__tests__/__utils__/emulate_assessment.sh",
    "emulate:start": "npm run emulate:admin && npm run emulate:assessment",
    "emulate:stop": "ps -e | grep firebase | grep -v 'grep' | grep -v 'rg' | sed -e 's/^[ \t]*//' | tr -s ' ' | cut -d ' ' -f 1 | xargs kill"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeatmanlab/roar-firekit.git"
  },
  "keywords": [
    "firebase",
    "roar",
    "authentication",
    "cloud",
    "firestore",
    "reading",
    "literacy",
    "dyslexia"
  ],
  "author": "Adam Richie-Halford <richiehalford@gmail.com> (https://richiehalford.org/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yeatmanlab/roar-firekit/issues"
  },
  "homepage": "https://github.com/yeatmanlab/roar-firekit#readme",
  "devDependencies": {
    "@faker-js/faker": "^7.6.0",
    "@firebase/rules-unit-testing": "^2.0.2",
    "@types/dot-object": "^2.1.2",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.192",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "@vitest/coverage-v8": "^2.1.8",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.5.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.0",
    "prettier": "^2.5.1",
    "process": "^0.11.10",
    "typedoc": "^0.22.13",
    "typescript": "^4.6.2",
    "vitest": "^2.1.8"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@bdelab/roar-firekit": "^4.1.1",
    "ajv": "^8.17.1",
    "ajv-errors": "^3.0.0",
    "crc-32": "^1.2.2",
    "dot-object": "^2.1.4",
    "firebase": "^9.23.0",
    "jwt-decode": "^4.0.0",
    "link": "^2.1.0",
    "lodash": "^4.17.21",
    "vue": "^3.3.4",
    "web-vitals": "^3.4.0"
  },
  "engine": {
    "node": "18.20.6"
  }
}
