1
+ {
2
+ "name" : " @firebase/app-compat" ,
3
+ "version" : " 0.0.800" ,
4
+ "description" : " The primary entrypoint to the Firebase JS SDK" ,
5
+ "author" :
" Firebase <[email protected] > (https://firebase.google.com/)" ,
6
+ "private" : true ,
7
+ "main" : " dist/index.cjs.js" ,
8
+ "browser" : " dist/index.esm5.js" ,
9
+ "module" : " dist/index.esm5.js" ,
10
+ "esm2017" : " dist/index.esm2017.js" ,
11
+ "lite" : " dist/index.lite.js" ,
12
+ "lite-esm2017" : " dist/index.lite.esm2017.js" ,
13
+ "files" : [
14
+ " dist"
15
+ ],
16
+ "scripts" : {
17
+ "lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
18
+ "lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
19
+ "build" : " rollup -c" ,
20
+ "build:deps" : " lerna run --scope @firebase/app-compat --include-dependencies build" ,
21
+ "dev" : " rollup -c -w" ,
22
+ "test" : " run-p lint test:all" ,
23
+ "test:all" : " run-p test:browser test:node" ,
24
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:all" ,
25
+ "test:browser" : " karma start --single-run" ,
26
+ "test:browser:debug" : " karma start --browsers Chrome --auto-watch" ,
27
+ "test:node" : " TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js" ,
28
+ "prepare" : " yarn build"
29
+ },
30
+ "license" : " Apache-2.0" ,
31
+ "dependencies" : {
32
+ "@firebase/app-exp" : " 0.0.800" ,
33
+ "@firebase/util" : " 0.3.1" ,
34
+ "@firebase/logger" : " 0.2.6" ,
35
+ "@firebase/component" : " 0.1.18" ,
36
+ "tslib" : " ^1.11.1" ,
37
+ "dom-storage" : " 2.1.0" ,
38
+ "xmlhttprequest" : " 1.8.0"
39
+ },
40
+ "devDependencies" : {
41
+ "rollup" : " 2.26.5" ,
42
+ "rollup-plugin-json" : " 4.0.0" ,
43
+ "rollup-plugin-replace" : " 2.2.0" ,
44
+ "rollup-plugin-typescript2" : " 0.27.2" ,
45
+ "typescript" : " 4.0.2"
46
+ },
47
+ "repository" : {
48
+ "directory" : " packages-exp/app-compat" ,
49
+ "type" : " git" ,
50
+ "url" : " https://github.com/firebase/firebase-js-sdk.git"
51
+ },
52
+ "bugs" : {
53
+ "url" : " https://github.com/firebase/firebase-js-sdk/issues"
54
+ },
55
+ "typings" : " dist/src/index.d.ts" ,
56
+ "nyc" : {
57
+ "extension" : [
58
+ " .ts"
59
+ ],
60
+ "reportDir" : " ./coverage/node"
61
+ }
62
+ }
0 commit comments