{
  "name": "graphql-iso-date",
  "version": "3.6.1",
  "description": "A set of RFC 3339 compliant date/time GraphQL scalar types.",
  "main": "dist/index.js",
  "homepage": "https://github.com/excitement-engineer/graphql-iso-date",
  "bugs": {
    "url": "https://github.com/excitement-engineer/graphql-iso-date/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/excitement-engineer/graphql-iso-date.git"
  },
  "keywords": [
    "GraphQL",
    "Scalar",
    "Date",
    "Node",
    "ISO"
  ],
  "author": "Dirk-Jan Rutten <dirkjanrutten@gmail.com>",
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
  }
}