{
  "_from": "graphql-type-json@^0.2.0",
  "_id": "graphql-type-json@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-0sF34vGxfYf4EHLNBTEcB1S6pCA=",
  "_location": "/graphql-type-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-type-json@^0.2.0",
    "name": "graphql-type-json",
    "escapedName": "graphql-type-json",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.2.1.tgz",
  "_shasum": "d2c177e2f1b17d87f81072cd05311c0754baa420",
  "_spec": "graphql-type-json@^0.2.0",
  "_where": "/mnt/d/documents/codebase/koapi",
  "author": {
    "name": "Jimmy Jia"
  },
  "bugs": {
    "url": "https://github.com/taion/graphql-type-json/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON scalar type for GraphQL.js",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.1",
    "codecov": "^3.0.0",
    "eslint": "^4.18.1",
    "eslint-config-4catalyzer": "^0.3.3",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-prettier": "^2.6.0",
    "graphql": "^0.13.1",
    "husky": "^0.14.3",
    "jest": "^22.4.0",
    "lint-staged": "^7.0.0",
    "prettier": "^1.10.2",
    "rimraf": "^2.6.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/taion/graphql-type-json#readme",
  "jest": {
    "collectCoverageFrom": [
      "src/**"
    ],
    "testEnvironment": "node"
  },
  "keywords": [
    "graphql"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "name": "graphql-type-json",
  "peerDependencies": {
    "graphql": ">=0.8.0"
  },
  "prettier": {
    "printWidth": 79,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taion/graphql-type-json.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src -d lib",
    "lint": "eslint src test",
    "prepublish": "npm run build",
    "tdd": "jest --watch",
    "test": "npm run lint && npm run testonly -- --coverage",
    "testonly": "jest --runInBand --verbose"
  },
  "version": "0.2.1"
}
