UNPKG

708 BJSONView Raw
1{
2 "name": "@firebase/installations-types",
3 "version": "0.4.0",
4 "description": "@firebase/installations Types",
5 "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6 "license": "Apache-2.0",
7 "scripts": {
8 "test": "tsc",
9 "test:ci": "node ../../scripts/run_tests_in_ci.js"
10 },
11 "files": [
12 "index.d.ts"
13 ],
14 "peerDependencies": {
15 "@firebase/app-types": "0.x"
16 },
17 "repository": {
18 "directory": "packages/installations-types",
19 "type": "git",
20 "url": "https://github.com/firebase/firebase-js-sdk.git"
21 },
22 "bugs": {
23 "url": "https://github.com/firebase/firebase-js-sdk/issues"
24 },
25 "devDependencies": {
26 "typescript": "4.2.2"
27 }
28}