about summary refs log tree commit diff
path: root/pkgs/by-name/ge/get-graphql-schema/package.json
blob: ade37982b91f9b67d5b0158adde1c5f4aed518cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "get-graphql-schema",
  "bin": "dist/index.js",
  "files": [
    "README.md",
    "dist/"
  ],
  "version": "2.1.1",
  "description": "Downloads the GraphQL Schema of an GraphQL endpoint URL",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build && chmod +x dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphcool/get-graphql-schema.git"
  },
  "author": "Johannes Schickling <johannes@graph.cool>",
  "license": "MIT",
  "dependencies": {
    "@types/chalk": "^0.4.31",
    "@types/graphql": "^0.8.6",
    "@types/minimist": "^1.2.0",
    "@types/node": "^7.0.4",
    "@types/node-fetch": "^1.6.7",
    "chalk": "^1.1.3",
    "graphql": "^0.9.1",
    "minimist": "^1.2.0",
    "node-fetch": "^1.6.3"
  },
  "devDependencies": {
    "typescript": "^2.1.5"
  }
}