UNPKG

firestore-vitest-mock

Version:
44 lines 1.08 kB
{ "name": "firestore-vitest-mock", "version": "0.6.0", "description": "Vitest helper for mocking Google Cloud Firestore", "author": "KingOfDog", "license": "MIT", "keywords": [ "Vitest", "Firestore" ], "type": "module", "main": "index.ts", "scripts": { "lint": "eslint . --ext .js,.ts", "test": "vitest", "test:watch": "npm run test -- --watch", "test:coverage": "npm run test -- --coverage" }, "lint-staged": { "*.{js,css,json,md}": [ "prettier --write" ], "*.js": [ "eslint --fix" ] }, "repository": { "type": "git", "url": "https://github.com/KingOfDog/firestore-vitest-mock.git" }, "devDependencies": { "@react-native-firebase/firestore": "^17.1.0", "eslint": "^8.33.0", "eslint-config-prettier": "^8.1.0", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-prettier": "^4.2.1", "firebase": "^9.17.1", "firebase-admin": "^11.5.0", "lint-staged": "^13.1.1", "prettier": "^2.8.4", "typescript": "^4.1.5", "vitest": "^0.28.4" } }