2121 "build:exp:release" : " yarn build:exp && yarn build:compat" ,
2222 "build:deps" : " lerna run --scope @firebase/storage --include-dependencies build" ,
2323 "dev" : " rollup -c -w" ,
24- "test" : " run-p test:browser lint" ,
25- "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:browser" ,
24+ "test" : " run-p test:browser test:node lint" ,
25+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test:browser test:node " ,
2626 "test:browser:compat:unit" : " karma start --single-run --compat --unit" ,
2727 "test:browser:exp:unit" : " karma start --single-run --exp --unit" ,
2828 "test:browser:compat:integration" : " karma start --single-run --compat --integration" ,
2929 "test:browser:exp:integration" : " karma start --single-run --exp --integration" ,
3030 "test:browser:compat" : " karma start --single-run --compat" ,
3131 "test:browser:exp" : " karma start --single-run --exp" ,
3232 "test:browser" : " karma start --single-run" ,
33+ "test:node" : " TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.ts --config ../../config/mocharc.node.js" ,
3334 "test:debug" : " karma start --browser=Chrome" ,
3435 "prettier" : " prettier --write 'src/**/*.ts' 'test/**/*.ts'" ,
3536 "api-report" : " api-extractor run --local --verbose && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input exp/dist/storage-public.d.ts --output exp/dist/storage-public.d.ts" ,
4041 "@firebase/storage-types" : " 0.4.1" ,
4142 "@firebase/util" : " 1.1.0" ,
4243 "@firebase/component" : " 0.5.3" ,
44+ "node-fetch" : " 2.6.1" ,
4345 "tslib" : " ^2.1.0"
4446 },
4547 "peerDependencies" : {
5052 "@firebase/app" : " 0.6.27" ,
5153 "@firebase/auth" : " 0.16.7" ,
5254 "rollup" : " 2.35.1" ,
55+ "@rollup/plugin-alias" : " 3.1.1" ,
5356 "@rollup/plugin-json" : " 4.1.0" ,
5457 "rollup-plugin-typescript2" : " 0.29.0" ,
5558 "typescript" : " 4.2.2"
6366 "url" : " https://github.com/firebase/firebase-js-sdk/issues"
6467 },
6568 "typings" : " dist/index.d.ts"
66- }
69+ }
0 commit comments