1 | {
|
2 | "name": "@firebase/remote-config-types",
|
3 | "version": "0.3.2",
|
4 | "description": "@firebase/remote-config 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 | "repository": {
|
15 | "directory": "packages/remote-config-types",
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
18 | },
|
19 | "bugs": {
|
20 | "url": "https://github.com/firebase/firebase-js-sdk/issues"
|
21 | },
|
22 | "devDependencies": {
|
23 | "typescript": "4.7.4"
|
24 | }
|
25 | }
|