firestore-vitest
Version:
Vitest helper for mocking Google Cloud Firestore
63 lines (62 loc) • 1.59 kB
JSON
{
"name": "firestore-vitest",
"version": "0.20.2",
"description": "Vitest helper for mocking Google Cloud Firestore",
"author": "",
"type": "module",
"license": "MIT",
"keywords": [
"Vitest",
"Firestore"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint . --ext .js,.ts",
"test": "vitest run",
"test:watch": "npm run test -- --watch",
"test:coverage": "npm run test -- --coverage"
},
"lint-staged": {
"*.{js,css,json,md}": [
"prettier --write"
],
"*.js": [
"eslint --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Firfi/firestore-vitest-mock.git"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@react-native-firebase/firestore": "^15.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@upstatement/eslint-config": "^2.0.0",
"@upstatement/prettier-config": "^1.1.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-vitest": "^0.1.4",
"eslint-plugin-vitest-globals": "^1.3.1",
"firebase": "^8.1.2",
"firebase-admin": "^9.4.1",
"husky": "^4.2.1",
"jest-watch-typeahead": "^0.3.1",
"lint-staged": "^10.0.2",
"prettier": "^2.8.8",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"vitest": "^0.30.1"
}
}