graphqldoc
Version:
Generate GraphQL docs from schema.
71 lines (70 loc) • 2.11 kB
JSON
{
"name": "graphqldoc",
"version": "2.5.2",
"description": "Generate GraphQL docs from schema.",
"main": "bin/graphqldoc",
"bin": {
"graphqldoc": "./bin/graphqldoc.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/graphqldoc.js -c example.github.json -f -v",
"doc.pokemon": "node bin/graphqldoc.js -c example.pokemon.json -f -v",
"doc.shopify": "node bin/graphqldoc.js -c example.shopify.json -f -v",
"doc.starwars": "node bin/graphqldoc.js -c example.starWars.json -f -v",
"doc.starwars-js": "node bin/graphqldoc.js -c example.starWars-js.json -f -v",
"test": "./node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeSignal/graphqldoc.git"
},
"keywords": [
"graphql",
"graphdoc",
"graphqldoc",
"docs",
"documentation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeSignal/graphqldoc/issues"
},
"homepage": "https://github.com/CodeSignal/graphqldoc#readme",
"devDependencies": {
"@salesforce-ux/design-system": "^2.8.3",
"@types/bluebird": "^3.5.26",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/glob": "^7.1.1",
"@types/graphql": "^14.0.7",
"@types/jest": "^24.0.11",
"@types/marked": "^0.6.3",
"@types/mocha": "^5.2.6",
"@types/mustache": "^0.8.28",
"@types/node": "^11.11.7",
"@types/request": "^2.48.1",
"chai": "^4.2.0",
"handlebars": "^4.0.10",
"jest": "^24.5.0",
"node-sass": "^4.11.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000"
},
"dependencies": {
"@2fd/command": "^1.1.2",
"bluebird": "^3.5.0",
"deepmerge": "^3.2.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.0",
"graphql": "^14.1.1",
"marked": "^0.6.1",
"mustache": "^3.0.1",
"request": "^2.79.0",
"slug": "^1.0.0",
"striptags": "^3.1.1",
"word-wrap": "^1.2.1"
}
}