voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
60 lines • 2.12 kB
JSON
{
"name": "@firebase/analytics-compat",
"version": "0.0.900",
"description": "",
"private": true,
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"browser": "dist/index.esm2017.js",
"module": "dist/index.esm2017.js",
"files": [
"dist"
],
"license": "Apache-2.0",
"peerDependencies": {
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.0.900",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.2.2"
},
"repository": {
"directory": "packages-exp/analytics-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"scripts": {
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"build": "rollup -c",
"build:deps": "lerna run --scope @firebase/analytics-compat --include-dependencies build",
"build:release": "rollup -c rollup.config.release.js && yarn add-compat-overloads",
"dev": "rollup -c -w",
"test": "run-p lint test:browser",
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
"test:browser": "karma start --single-run",
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
"add-compat-overloads": "ts-node-script ../../scripts/exp/create-overloads.ts -i ../analytics-exp/dist/analytics-exp-public.d.ts -o dist/src/index.d.ts -a -r Analytics:FirebaseAnalytics -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/analytics"
},
"typings": "dist/src/index.d.ts",
"dependencies": {
"@firebase/component": "0.5.1",
"@firebase/analytics-exp": "0.0.900",
"@firebase/analytics-types": "0.4.0",
"@firebase/util": "1.1.0",
"tslib": "^2.1.0"
},
"nyc": {
"extension": [
".ts"
],
"reportDir": "./coverage/node"
},
"esm5": "dist/index.esm.js"
}