{
  "name": "@reststate/client",
  "version": "0.0.8",
  "description": "A vanilla JS client for JSON:API services",
  "main": "index.js",
  "repository": "git@github.com:reststate/reststate-client.git",
  "author": "Josh Justice <me@codingitwrong.com>",
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest",
    "lint": "eslint \"{src,test}/*.js\"",
    "format": "prettier --write \"{src,test}/*.js\"",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.0.0",
    "eslint": "^5.6.1",
    "eslint-config-codingitwrong": "^0.1.3",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-jest": "^22.1.2",
    "eslint-plugin-prettier": "^3.0.1",
    "jest": "^24.0.0",
    "prettier": "1.17.0",
    "vuepress": "^0.14.4"
  }
}
