{
  "name": "firestore-security-rules",
  "version": "1.0.3",
  "description": "Easy to use modelling of firestore security rules",
  "keywords": [
    "firestore",
    "security",
    "firebase",
    "google-cloud"
  ],
  "main": "index.js",
  "scripts": {
    "ts": "ts-node",
    "build": "tsc -d"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xXCalleManXx/firestore-security-rules"
  },
  "author": "xXCalleManXx",
  "license": "ISC",
  "homepage": "https://github.com/xXCalleManXx/firestore-security-rules#readme",
  "devDependencies": {
    "@types/node": "^12.0.10",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "@types/lodash": "^4.14.136",
    "lodash": "^4.17.15"
  },
  "private": false
}
