{
  "name": "@posva/vuefire-core",
  "version": "2.3.4",
  "description": "Shared code for vue + Firebase apps used by vuefire and vuexfire",
  "author": "Eduardo San Martin Morote <posva13@gmail.com>",
  "homepage": "https://github.com/vuejs/vuefire#readme",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/vuefire-core.cjs.js",
  "types": "dist/packages/@posva/vuefire-core/src",
  "browser": "dist/vuefire-core.esm.js",
  "module": "dist/vuefire-core.esm.js",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "src",
    "dist",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuefire.git"
  },
  "scripts": {
    "pretest": "yarn run lint",
    "test": "yarn run test:unit",
    "build": "rollup -c ../../../rollup.config.js",
    "prepare": "yarn run build",
    "postversion": "yarn run build",
    "test:unit": "jest",
    "lint": "eslint src __tests__ --color --ext ts",
    "dev": "yarn run test:unit --watchAll"
  },
  "bugs": {
    "url": "https://github.com/vuejs/vuefire/issues"
  },
  "devDependencies": {
    "@posva/vuefire-test-helpers": "^1.2.3"
  },
  "gitHead": "c879553a566ef82be71a3746ad92d6984a32491f"
}
