{
  "name": "common",
  "version": "0.1.0",
  "private": true,
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@apollo/react-hooks": "^3.1.5",
    "apollo-client": "^2.6.10",
    "graphql": "^14.2.1",
    "react": "~16.9.0",
    "react-dom": "~16.9.0",
    "typescript": "~3.7.2"
  },
  "devDependencies": {
    "@types/react": "^16.9.0"
  }
}
