firestore-snapshot-utils
Version:
[](https://github.com/ericvera/firestore-snapshot-utils/blob/master/LICENSE) [ • 1.39 kB
JSON
{
"name": "firestore-snapshot-utils",
"version": "2.0.1",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"sideEffects": false,
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc --build",
"lint": "eslint .",
"smoke": "yarn build && yarn lint",
"-- PRE-COMMIT HOOKS --": "",
"localAfterInstall": "husky || true",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"packageManager": "yarn@4.9.1",
"devDependencies": {
"@eslint/js": "^9.26.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.15.17",
"eslint": "^9.26.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"pinst": "^3.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericvera/firestore-snapshot-utils.git"
},
"keywords": [
"firestore",
"snapshot",
"utils",
"test",
"testing",
"firebase",
"db",
"database"
],
"license": "MIT",
"lint-staged": {
"*.{ts,tsx,mjs}": "eslint --cache",
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"firebase-admin": "^13.3.0",
"jest-diff": "^29.7.0"
}
}