Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "@firebase/webchannel-wrapper",
  "version": "0.6.1",
  "description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
  "main": "dist/index.js",
  "module": "dist/index.esm2017.js",
  "esm5": "dist/index.esm.js",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "default": "./dist/index.esm2017.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "watch 'yarn build' src",
    "build": "gulp",
    "test": "echo 'No test suite for webchannel-wrapper'",
    "test:ci": "echo 'No test suite for webchannel-wrapper'"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "google-closure-compiler": "20210601.0.0",
    "google-closure-library": "20210406.0.0",
    "gulp": "4.0.2",
    "gulp-sourcemaps": "3.0.0",
    "rollup": "2.57.0",
    "@rollup/plugin-commonjs": "21.0.0",
    "rollup-plugin-sourcemaps": "0.6.3",
    "rollup-plugin-typescript2": "0.30.0",
    "typescript": "4.2.2"
  },
  "repository": {
    "directory": "packages/webchannel-wrapper",
    "type": "git",
    "url": "https://github.com/firebase/firebase-js-sdk.git"
  },
  "typings": "src/index.d.ts",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  }
}