{
 "name": "datum-focus",
 "version": "0.0.10",
 "description": "Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators",
 "main": "index.js",
 "scripts": {
  "build": "tsc",
  "post": "node ./publish",
  "test": "test"
 },
 "repository": {
  "type": "git",
  "url": "git+https://github.com/lucas-martinez/datum-focus.git"
 },
 "keywords": [
  "Data",
  "shape",
  "model",
  "metadata",
  "JSON",
  "JSON",
  "Schema",
  "GraphQL",
  "MongoDB",
  "query",
  "and",
  "aggregations",
  "iterator",
  "generators"
 ],
 "author": "Lucas Martinez",
 "license": "MIT",
 "bugs": {
  "url": "https://github.com/lucas-martinez/datum-focus/issues"
 },
 "homepage": "https://github.com/lucas-martinez/datum-focus#readme",
 "devDependencies": {
  "@types/jest": "^26.0.24",
  "@types/node": "^16.3.0",
  "jest": "^27.0.6",
  "typescript": "^4.3.5"
 },
 "dependencies": {
  "bson": "^4.4.1",
  "graphql": "^15.5.1",
  "lodash": "^4.17.21",
  "mongodb": "^3.6.10",
  "rxjs": "^6.6.7",
  "sift": "^13.5.3",
  "uuid": "^8.3.2",
  "xstate": "^4.19.1",
  "zlib": "^1.0.5"
 }
}