UNPKG

945 BJSONView Raw
1{
2 "name": "@firebase/polyfill",
3 "version": "0.3.36",
4 "description": "",
5 "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6 "main": "dist/index.cjs.js",
7 "module": "dist/index.esm.js",
8 "files": [
9 "dist"
10 ],
11 "scripts": {
12 "build": "rollup -c",
13 "dev": "rollup -c -w",
14 "test": "echo 'No test suite for polyfills'",
15 "test:ci": "echo 'No test suite for polyfills'",
16 "prepare": "yarn build"
17 },
18 "license": "Apache-2.0",
19 "dependencies": {
20 "core-js": "3.6.5",
21 "promise-polyfill": "8.1.3",
22 "whatwg-fetch": "2.0.4"
23 },
24 "devDependencies": {
25 "rollup": "2.7.6",
26 "rollup-plugin-typescript2": "0.27.0"
27 },
28 "repository": {
29 "directory": "packages/polyfill",
30 "type": "git",
31 "url": "https://github.com/firebase/firebase-js-sdk.git"
32 },
33 "bugs": {
34 "url": "https://github.com/firebase/firebase-js-sdk/issues"
35 },
36 "typings": "dist/index.d.ts"
37}