{
  "name": "blinkt-graphql",
  "version": "1.0.0",
  "description": "Pimoroni Blinkt! GraphQL Server.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Blinkt",
    "Pimoroni",
    "Node",
    "Javascript",
    "GraphQL"
  ],
  "author": "Andy Davies",
  "license": "MIT",
  "dependencies": {
    "apollo-server": "^2.3.1",
    "blinkt-kit": "^2.1.1",
    "blinkt-utils": "^1.0.3",
    "graphql": "^14.0.2"
  }
}
