{
  "name": "@2fd/graphdoc",
  "version": "2.4.0",
  "description": "Static page generator for documenting GraphQL Schema",
  "main": "bin/graphdoc",
  "bin": {
    "graphdoc": "./bin/graphdoc.js"
  },
  "scripts": {
    "sass": "node-sass --output-style compressed template/slds/styles/graphdoc.scss > template/slds/styles/graphdoc.css",
    "compile": "tsc -p .",
    "declaration": "tsc -d -p tsconfig.json",
    "doc.github": "node bin/graphdoc.js -c example.github.json -f -v",
    "doc.pokemon": "node bin/graphdoc.js -c example.pokemon.json -f -v",
    "doc.shopify": "node bin/graphdoc.js -c example.shopify.json -f -v",
    "doc.scaphold": "node bin/graphdoc.js -c example.scaphold.json -f -v",
    "doc.starwars": "node bin/graphdoc.js -c example.starWars.json -f -v",
    "doc.starwars-js": "node bin/graphdoc.js -c example.starWars-js.json -f -v",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2fd/graphdoc.git"
  },
  "keywords": [
    "graphql",
    "documentation"
  ],
  "author": "Fede Ramirez <i@2fd.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/2fd/graphdoc/issues"
  },
  "homepage": "https://github.com/2fd/graphdoc#readme",
  "devDependencies": {
    "@salesforce-ux/design-system": "2.2.1",
    "@types/bluebird": "~3.0.0",
    "@types/chai": "^3.4.34",
    "@types/fs-extra": "0.0.32",
    "@types/glob": "^5.0.30",
    "@types/graphql": "^0.8.6",
    "@types/jest": "^18.1.0",
    "@types/marked": "0.0.27",
    "@types/mocha": "^2.2.32",
    "@types/mustache": "^0.8.28",
    "@types/node": "^6.0.32",
    "@types/request": "^0.0.40",
    "@types/striptags": "^0.0.5",
    "chai": "^3.5.0",
    "jest": "^18.1.0",
    "node-sass": "^3.8.0",
    "typescript": "~2.3.0"
  },
  "dependencies": {
    "@2fd/command": "^1.1.2",
    "bluebird": "^3.5.0",
    "fs-extra": "^0.30.0",
    "glob": "^7.1.0",
    "graphql": "^0.7.0",
    "marked": "^0.3.6",
    "mustache": "^2.2.1",
    "request": "^2.79.0",
    "slug": "^0.9.1",
    "striptags": "^3.0.1",
    "word-wrap": "^1.2.1"
  },
  "graphdoc": {
    "ga": "UA-54154153-2",
    "graphiql": "https://developer.github.com/early-access/graphql/explorer/",
    "logo": "<a href=\"https://developer.github.com/early-access/graphql\" target=\"_blank\" style=\"display:block;padding:1rem 3rem\"><img src=\"https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png\" /></a>",
    "schemaFile": "./test/github.json",
    "output": "./gh-pages/github",
    "baseUrl": "./"
  }
}
