{
  "name": "petpet",
  "version": "1.0.0",
  "description": "virtual pet server",
  "main": "lib",
  "bin": "bin/index.js",
  "scripts": {
    "precommit": "pretty-quick --staged",
    "test": "jest",
    "start": "node bin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stawberri/petpet.git"
  },
  "keywords": ["virtual", "pet", "game"],
  "author": "Pudding <aideen@aideen.pw> (https://www.puddi.pw/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stawberri/petpet/issues"
  },
  "homepage": "https://github.com/stawberri/petpet#readme",
  "dependencies": {
    "express": "^4.16.3",
    "express-graphql": "^0.6.12",
    "graphql": "^0.13.2",
    "rxjs": "^5.5.7"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.2",
    "eslint": "^4.19.0",
    "husky": "^0.14.3",
    "jest": "^22.4.2",
    "prettier": "^1.11.1",
    "pretty-quick": "^1.4.1"
  }
}
