UNPKG

voluptasmollitia

Version:
61 lines 1.89 kB
{ "name": "@firebase/app-check", "version": "0.1.2", "description": "The App Check component of the Firebase JS SDK", "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", "main": "dist/index.cjs.js", "browser": "dist/index.cjs.js", "module": "dist/index.esm.js", "esm2017": "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", "build:deps": "lerna run --scope @firebase/app-check --include-dependencies build", "dev": "rollup -c -w", "test": "yarn type-check && yarn test:browser", "test:ci": "node ../../scripts/run_tests_in_ci.js", "test:browser": "karma start --single-run", "test:browser:debug": "karma start --browsers Chrome --auto-watch", "type-check": "tsc -p . --noEmit", "prepare": "yarn build" }, "peerDependencies": { "@firebase/app": "0.x", "@firebase/app-types": "0.x" }, "dependencies": { "@firebase/app-check-types": "0.1.0", "@firebase/app-check-interop-types": "0.1.0", "@firebase/util": "1.1.0", "@firebase/component": "0.5.1", "@firebase/logger": "0.2.6", "tslib": "^2.1.0" }, "license": "Apache-2.0", "devDependencies": { "@firebase/app": "0.6.23", "rollup": "2.35.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.29.0", "typescript": "4.2.2" }, "repository": { "directory": "packages/app-check", "type": "git", "url": "https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "typings": "dist/src/index.d.ts", "nyc": { "extension": [ ".ts" ], "reportDir": "./coverage/node" } }