|
| 1 | +{ |
| 2 | + "name": "@firebase/rules-unit-testing", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "", |
| 5 | + "author": "Firebase <[email protected]> (https://firebase.google.com/)", |
| 6 | + "main": "dist/index.cjs.js", |
| 7 | + "engines": { |
| 8 | + "node": "^8.13.0 || >=10.10.0" |
| 9 | + }, |
| 10 | + "files": [ |
| 11 | + "dist" |
| 12 | + ], |
| 13 | + "scripts": { |
| 14 | + "build": "rollup -c", |
| 15 | + "build:deps": "lerna run --scope @firebase/rules-unit-testing --include-dependencies build", |
| 16 | + "dev": "rollup -c -w", |
| 17 | + "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", |
| 18 | + "test": "firebase --debug emulators:exec 'yarn test:nyc'", |
| 19 | + "test:ci": "node ../../scripts/run_tests_in_ci.js", |
| 20 | + "prepare": "yarn build" |
| 21 | + }, |
| 22 | + "license": "Apache-2.0", |
| 23 | + "dependencies": { |
| 24 | + "firebase": "7.17.2", |
| 25 | + "@firebase/logger": "0.2.6", |
| 26 | + "@firebase/util": "0.3.0", |
| 27 | + "request": "2.88.2" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@google-cloud/firestore": "4.2.0", |
| 31 | + "@types/request": "2.48.5", |
| 32 | + "firebase-admin": "9.0.0", |
| 33 | + "firebase-tools": "8.7.0", |
| 34 | + "rollup": "2.23.0", |
| 35 | + "rollup-plugin-typescript2": "0.27.1" |
| 36 | + }, |
| 37 | + "peerDependencies": { |
| 38 | + "@google-cloud/firestore": "^4.2.0", |
| 39 | + "firebase-admin": "^9.0.0" |
| 40 | + }, |
| 41 | + "repository": { |
| 42 | + "directory": "packages/rules-unit-testing", |
| 43 | + "type": "git", |
| 44 | + "url": "https://github.com/firebase/firebase-js-sdk.git" |
| 45 | + }, |
| 46 | + "typings": "dist/index.d.ts", |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/firebase/firebase-js-sdk/issues" |
| 49 | + } |
| 50 | +} |
0 commit comments