blob: f9d3982435b5d5fd69b2a5912f933706cb6ddfed (
plain)
1
2
3
4
5
6
7
|
{
"name": "@firebase/database-compat/standalone",
"description": "The entry point for sharing code with Admin SDK",
"main": "../dist/index.standalone.js",
"typings": "../dist/database-compat/src/index.standalone.d.ts",
"private": true
}
|