@firebase/analytics-types
Version:
@firebase/analytics Types
26 lines (25 loc) • 638 B
JSON
{
"name": "@firebase/analytics-types",
"version": "0.8.3",
"description": "@firebase/analytics Types",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
"scripts": {
"test": "tsc",
"test:ci": "node ../../scripts/run_tests_in_ci.js"
},
"files": [
"index.d.ts"
],
"repository": {
"directory": "packages/analytics-types",
"type": "git",
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "5.5.4"
}
}