{
  "name": "@ecommerce-builder/ecom-js-client",
  "version": "13.0.0",
  "description": "Ecom JS Client",
  "main": "dist/index.cjs.js",
  "browser": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "clean": "rimraf dist",
    "build": "rimraf dist && rollup -c",
    "test": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 TEST_ENDPOINT=http://localhost:8080 TEST_EMAIL=andy+1901@andyfusniak.com TEST_PASSWORD=testtest nyc --all --clean --reporter=text --reporter=html mocha --timeout 15000 --slow 3000 test"
  },
  "files": [
    "dist",
    "lib"
  ],
  "types": "dist/index.d.ts",
  "browserslist": [
    "cover 99.5%"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:ecommerce-builder/ecom-js-client.git"
  },
  "nyc": {
    "include": [
      "**"
    ],
    "exclude": [
      "coverage/**",
      "dist/**",
      "rollup.config.js",
      "test/**"
    ]
  },
  "author": "Andy Fusniak",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-uuid": "^1.0.6",
    "cross-env": "^5.2.1",
    "fake-indexeddb": "^2.1.1",
    "mocha": "^6.2.0",
    "node-fetch": "^2.6.0",
    "nyc": "^14.1.1",
    "rimraf": "^3.0.0",
    "rollup": "^1.20.3",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.24.0",
    "rollup-plugin-uglify": "^6.0.3",
    "ssl-root-cas": "^1.3.1",
    "typescript": "^3.6.2"
  },
  "dependencies": {
    "@firebase/app": "^0.4.15",
    "@firebase/auth": "^0.11.8",
    "cross-fetch": "^3.0.4",
    "idb": "^4.0.4"
  }
}
