UNPKG

voluptasmollitia

Version:
66 lines 2.41 kB
{ "name": "@firebase/functions-exp", "version": "0.0.900", "description": "", "private": true, "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", "browser": "dist/index.esm2017.js", "module": "dist/index.esm2017.js", "files": [ "dist" ], "scripts": { "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", "build": "rollup -c && yarn api-report", "build:deps": "lerna run --scope @firebase/functions-exp --include-dependencies build", "build:release": "rollup -c rollup.config.release.js && yarn api-report", "dev": "rollup -c -w", "test": "run-p lint test:all", "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all", "test:all": "run-p test:browser test:node", "test:browser": "karma start --single-run", "test:browser:debug": "karma start --browsers=Chrome --auto-watch", "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js", "test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node", "api-report": "api-extractor run --local --verbose", "predoc": "node ../../scripts/exp/remove-exp.js temp", "doc": "api-documenter markdown --input temp --output docs", "build:doc": "yarn build && yarn doc" }, "license": "Apache-2.0", "peerDependencies": { "@firebase/app-exp": "0.x" }, "devDependencies": { "@firebase/app-exp": "0.0.900", "rollup": "2.35.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.29.0", "typescript": "4.2.2" }, "repository": { "directory": "packages/functions", "type": "git", "url": "https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "typings": "dist/functions-exp-public.d.ts", "dependencies": { "@firebase/component": "0.5.1", "@firebase/messaging-types": "0.5.0", "@firebase/util": "1.1.0", "node-fetch": "2.6.1", "tslib": "^2.1.0" }, "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" }, "esm5": "dist/index.esm.js" }