1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
{
"name": "@firebase/webchannel-wrapper",
"version": "1.0.5",
"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": "empty.js",
"exports": {
"./webchannel-blob": {
"types": "./dist/webchannel-blob/webchannel_blob_types.d.ts",
"require": "./dist/webchannel-blob/webchannel_blob_es2018.js",
"default": "./dist/webchannel-blob/esm/webchannel_blob_es2018.js"
},
"./bloom-blob": {
"types": "./dist/bloom-blob/bloom_blob_types.d.ts",
"require": "./dist/bloom-blob/bloom_blob_es2018.js",
"default": "./dist/bloom-blob/esm/bloom_blob_es2018.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"bloom-blob/package.json",
"webchannel-blob/package.json"
],
"scripts": {
"dev": "watch 'yarn build' src",
"build": "rollup -c",
"test": "echo 'No test suite for webchannel-wrapper'",
"test:ci": "echo 'No test suite for webchannel-wrapper'",
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
},
"license": "Apache-2.0",
"devDependencies": {
"closure-net": "git+https://github.com/google/closure-net.git#6f48f578d3e80fe7a85e530a5d95b9351433d135",
"@rollup/plugin-commonjs": "21.1.0",
"rollup": "2.79.2",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
"directory": "packages/webchannel-wrapper",
"type": "git",
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"typings": "./dist/webchannel-blob/webchannel_blob_types.d.ts",
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}
|