firestore-mock
Version:
Firestore intsance mock for the Firebase Admin SDK
32 lines (31 loc) • 721 B
JSON
{
"name": "firestore-mock",
"version": "1.0.4",
"description": "Firestore intsance mock for the Firebase Admin SDK ",
"main": "mock_constructors/FirestoreMock.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "^6.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwallacemn/firestore-admin-mock.git"
},
"author": "Michael Wallace",
"license": "ISC",
"bugs": {
"url": "https://github.com/mwallacemn/firestore-admin-mock/issues"
},
"homepage": "https://github.com/mwallacemn/firestore-admin-mock#readme",
"keywords": [
"firebase",
"firestore",
"mock"
]
}