{
  "name": "@nandorojo/fuego",
  "description": "🔥Firebase Firestore hooks & components to supercharge React and React Native.",
  "version": "0.0.25",
  "main": "lib/module/index",
  "module": "lib/module/index",
  "react-native": "lib/module/index",
  "types": "lib/typescript/index",
  "homepage": "https://github.com/nandorojo/fuego",
  "repository": {
    "type": "git",
    "url": "https://github.com/nandorojo/fuego"
  },
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js",
    "bundle": "babel src --out-file bundle/index.js --extensions \".ts,.tsx\" --source-maps inline",
    "build:tsc": "npm run build:types && npm run build:test",
    "build:redash:types": "tsc --noEmit",
    "build:types": "tsc --emitDeclarationOnly --skipLibCheck",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build:test": "rm -R lib && babel src-og --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build:babel": "rm -R lib && babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build:final": "mkdir -p bundle  && npm run bundle && npm run build:types",
    "prepare": "bob build",
    "upload": "npm run prepare && npm publish --access public"
  },
  "peerDependencies": {
    "firebase": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@firebase/firestore-types": "^1.4.4",
    "@react-native-community/bob": "^0.6.1",
    "@types/base-64": "^0.1.3",
    "@types/firebase": "^3.2.1",
    "@types/react": "^16.9.1",
    "@types/react-dom": "^16.8.5",
    "@types/react-native": "^0.60.4",
    "babel-preset-expo": "^5.2.0",
    "eslint": "^6.8.0",
    "eslint-config-nando": "^1.0.3",
    "firebase": "^7.9.3",
    "prettier": "^1.19.1",
    "react": "^16.8.3",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "base-64": "^0.1.0"
  },
  "bugs": {
    "url": "https://github.com/nandorojo/fuego/issues"
  },
  "author": "Fernando Rojo",
  "license": "MIT",
  "files": [
    "lib",
    "src"
  ],
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "module",
      "typescript",
      "commonjs"
    ]
  }
}
