UNPKG

firestore-schema-validator

Version:

Interface for creating models, schemas and validate data for Google Cloud Firestore.

46 lines (45 loc) 952 B
{ "author": "Patryk Pawłowski", "name": "firestore-schema-validator", "description": "Interface for creating models, schemas and validate data for Google Cloud Firestore.", "version": "0.8.0", "repository": { "type": "git", "url": "git://github.com/bypatryk/firestore-schema-validator.git" }, "keywords": [ "schema", "model", "validation", "google", "cloud", "firestore", "odm", "orm" ], "main": "lib/index.js", "files": [ "lib" ], "scripts": { "lint": "eslint .", "test": "jest", "docs": "jsdoc2md lib/*.js > DOCS.md" }, "engines": { "node": ">=8.0.0" }, "license": "MIT", "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-plugin-promise": "^4.1.1", "firebase-admin": "^7.3.0", "jest": "^24.8.0", "jsdoc": "^3.6.2", "jsdoc-to-markdown": "^5.0.0" }, "dependencies": { "moment": "^2.24.0" } }