UNPKG

719 BJSONView Raw
1{
2 "name": "@firebase/storage-types",
3 "version": "0.6.0",
4 "description": "@firebase/storage 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 "@firebase/util": "1.x"
17 },
18 "repository": {
19 "directory": "packages/storage-types",
20 "type": "git",
21 "url": "https://github.com/firebase/firebase-js-sdk.git"
22 },
23 "bugs": {
24 "url": "https://github.com/firebase/firebase-js-sdk/issues"
25 },
26 "devDependencies": {
27 "typescript": "4.2.2"
28 }
29}