voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
64 lines • 2.44 kB
JSON
{
"name": "@firebase/installations-exp",
"version": "0.0.900",
"private": true,
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"module": "dist/index.esm2017.js",
"browser": "dist/index.esm2017.js",
"typings": "dist/src/index.d.ts",
"license": "Apache-2.0",
"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/installations-exp --include-dependencies build",
"build:release": "rollup -c rollup.config.release.js && yarn api-report && yarn typings:public",
"dev": "rollup -c -w",
"test": "yarn type-check && yarn test:karma && yarn lint",
"test:ci": "node ../../scripts/run_tests_in_ci.js",
"test:karma": "karma start --single-run",
"test:debug": "karma start --browsers=Chrome --auto-watch",
"type-check": "tsc -p . --noEmit",
"serve": "yarn serve:build && yarn serve:host",
"serve:build": "rollup -c test-app/rollup.config.js",
"serve:host": "http-server -c-1 test-app",
"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",
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/installations-exp-public.d.ts",
"typings:internal": "node ../../scripts/exp/use_typings.js ./dist/src/index.d.ts"
},
"repository": {
"directory": "packages-exp/installations-exp",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app-exp": "0.0.900",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "4.2.2"
},
"peerDependencies": {
"@firebase/app-exp": "0.x"
},
"dependencies": {
"@firebase/util": "1.1.0",
"@firebase/component": "0.5.1",
"idb": "3.0.2",
"tslib": "^2.1.0"
},
"esm5": "dist/index.esm.js"
}