UNPKG

634 BJSONView Raw
1{
2 "name": "@firebase/functions-types",
3 "version": "0.6.0",
4 "description": "@firebase/functions 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/functions-types",
16 "type": "git",
17 "url": "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}