1 | {
|
2 | "name": "@firebase/testing",
|
3 | "version": "0.20.11",
|
4 | "description": "",
|
5 | "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
6 | "main": "dist/index.cjs.js",
|
7 | "engines": {
|
8 | "node": "^8.13.0 || >=10.10.0"
|
9 | },
|
10 | "files": ["dist"],
|
11 | "scripts": {
|
12 | "build": "rollup -c",
|
13 | "build:deps": "lerna run --scope @firebase/testing --include-dependencies build",
|
14 | "dev": "rollup -c -w",
|
15 | "test:nyc": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --config ../../config/mocharc.node.js",
|
16 | "test": "firebase emulators:exec 'yarn test:nyc'",
|
17 | "test:ci": "node ../../scripts/run_tests_in_ci.js",
|
18 | "prepare": "yarn build"
|
19 | },
|
20 | "license": "Apache-2.0",
|
21 | "dependencies": {
|
22 | "firebase": "7.18.0",
|
23 | "@firebase/logger": "0.2.6",
|
24 | "@firebase/util": "0.3.1",
|
25 | "request": "2.88.2"
|
26 | },
|
27 | "devDependencies": {
|
28 | "@types/request": "2.48.5",
|
29 | "firebase-tools": "8.6.0",
|
30 | "rollup": "2.23.0",
|
31 | "rollup-plugin-typescript2": "0.27.1"
|
32 | },
|
33 | "repository": {
|
34 | "directory": "packages/testing",
|
35 | "type": "git",
|
36 | "url": "https://github.com/firebase/firebase-js-sdk.git"
|
37 | },
|
38 | "typings": "dist/index.d.ts",
|
39 | "bugs": {
|
40 | "url": "https://github.com/firebase/firebase-js-sdk/issues"
|
41 | }
|
42 | }
|