@firebase/testing
Version:
A set of utilities useful for testing Security Rules with the Realtime Database or Cloud Firestore emulators.
43 lines (42 loc) • 1.34 kB
JSON
{
"name": "@firebase/testing",
"version": "0.20.11",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
"files": ["dist"],
"scripts": {
"build": "rollup -c",
"build:deps": "lerna run --scope @firebase/testing --include-dependencies build",
"dev": "rollup -c -w",
"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",
"test": "firebase emulators:exec 'yarn test:nyc'",
"test:ci": "node ../../scripts/run_tests_in_ci.js",
"prepare": "yarn build"
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "7.18.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.1",
"request": "2.88.2"
},
"devDependencies": {
"@types/request": "2.48.5",
"firebase-tools": "8.6.0",
"rollup": "2.23.0",
"rollup-plugin-typescript2": "0.27.1"
},
"repository": {
"directory": "packages/testing",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"typings": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}