|
| 1 | +{ |
| 2 | + "name": "@firebase/installations-compat", |
| 3 | + "version": "0.0.900", |
| 4 | + "private": true, |
| 5 | + "author": "Firebase <[email protected]> (https://firebase.google.com/)", |
| 6 | + "main": "dist/index.cjs.js", |
| 7 | + "module": "dist/index.esm.js", |
| 8 | + "browser": "dist/index.esm.js", |
| 9 | + "esm2017": "dist/index.esm2017.js", |
| 10 | + "typings": "dist/installations-compat.d.ts", |
| 11 | + "license": "Apache-2.0", |
| 12 | + "files": ["dist"], |
| 13 | + "scripts": { |
| 14 | + "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", |
| 15 | + "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", |
| 16 | + "build": "rollup -c", |
| 17 | + "build:deps": "lerna run --scope @firebase/installations-compat --include-dependencies build", |
| 18 | + "build:release": "rollup -c rollup.config.release.js", |
| 19 | + "dev": "rollup -c -w", |
| 20 | + "test": "yarn type-check && yarn test:karma && yarn lint", |
| 21 | + "test:ci": "node ../../scripts/run_tests_in_ci.js", |
| 22 | + "test:karma": "karma start --single-run", |
| 23 | + "test:debug": "karma start --browsers=Chrome --auto-watch", |
| 24 | + "type-check": "tsc -p . --noEmit", |
| 25 | + "serve": "yarn serve:build && yarn serve:host", |
| 26 | + "serve:build": "rollup -c test-app/rollup.config.js", |
| 27 | + "serve:host": "http-server -c-1 test-app", |
| 28 | + "prepare": "yarn build:release", |
| 29 | + "api-report": "api-extractor run --local --verbose", |
| 30 | + "predoc": "node ../../scripts/exp/remove-exp.js temp", |
| 31 | + "doc": "api-documenter markdown --input temp --output docs", |
| 32 | + "build:doc": "yarn build && yarn doc" |
| 33 | + }, |
| 34 | + "repository": { |
| 35 | + "directory": "packages-exp/installations-compat", |
| 36 | + "type": "git", |
| 37 | + "url": "https://github.com/firebase/firebase-js-sdk.git" |
| 38 | + }, |
| 39 | + "bugs": { |
| 40 | + "url": "https://github.com/firebase/firebase-js-sdk/issues" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@firebase/app-compat": "0.0.900", |
| 44 | + "rollup": "2.33.2", |
| 45 | + "@rollup/plugin-commonjs": "15.1.0", |
| 46 | + "@rollup/plugin-json": "4.1.0", |
| 47 | + "@rollup/plugin-node-resolve": "9.0.0", |
| 48 | + "rollup-plugin-typescript2": "0.29.0", |
| 49 | + "rollup-plugin-uglify": "6.0.4", |
| 50 | + "typescript": "4.0.5" |
| 51 | + }, |
| 52 | + "peerDependencies": { |
| 53 | + "@firebase/app-compat": "0.x" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@firebase/installations-exp": "0.0.900", |
| 57 | + "@firebase/installations-types-exp": "0.0.900", |
| 58 | + "@firebase/util": "0.3.4", |
| 59 | + "@firebase/component": "0.1.21", |
| 60 | + "idb": "3.0.2", |
| 61 | + "tslib": "^1.11.1" |
| 62 | + } |
| 63 | +} |
0 commit comments