1 | {
|
2 | "name": "@firebase/app-types",
|
3 | "version": "0.9.3",
|
4 | "description": "@firebase/app 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 | "private.d.ts"
|
14 | ],
|
15 | "repository": {
|
16 | "directory": "packages/app-types",
|
17 | "type": "git",
|
18 | "url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
19 | },
|
20 | "bugs": {
|
21 | "url": "https://github.com/firebase/firebase-js-sdk/issues"
|
22 | },
|
23 | "dependency": {
|
24 | "@firebase/logger": "0.2.6"
|
25 | },
|
26 | "devDependencies": {
|
27 | "typescript": "5.5.4"
|
28 | }
|
29 | }
|