{
  "name": "react",
  "version": "0.0.0",
  "description": "React Provider ",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "types": "build/types/index.d.ts",
  "scripts": {
    "watch": "rollup -c -w",
    "build": "rollup -c && tsc -d --emitDeclarationOnly --declarationDir build/types",
    "format": "prettier --write \"src/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --coverage",
    "prepare": "yarn build",
    "preversion": "yarn lint",
    "clean": "shx rm -rf dist/*"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "react",
    "sqlite",
    "sync",
    "firestore"
  ],
  "author": "Ameen Rashad <ameenrashadv@gmail.com>",
  "homepage": "https://github.com/vazra/sync-temp#readme",
  "license": "MIT",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vazra/sync-temp.git"
  },
  "bugs": {
    "url": "https://github.com/vazra/sync-temp/issues"
  }
}
