UNPKG

firestore-snapshot-utils

Version:
70 lines (69 loc) 1.54 kB
{ "name": "firestore-snapshot-utils", "version": "1.1.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", "docs": "typedoc && prettier --ignore-unknown --write docs/", "-- PRE-COMMIT HOOKS --": "", "localAfterInstall": "husky || true", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable" }, "packageManager": "yarn@4.6.0", "devDependencies": { "@eslint/js": "^9.21.0", "@tsconfig/strictest": "^2.0.5", "@types/node": "^22.13.5", "eslint": "^9.21.0", "husky": "^9.1.7", "is-ci": "^4.1.0", "lint-staged": "^15.4.3", "pinst": "^3.0.0", "prettier": "^3.5.2", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", "typescript": "^5.7.3", "typescript-eslint": "^8.25.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.1.0", "jest-diff": "^29.7.0" } }