{
  "name": "drupal-jsonapi-client",
  "version": "3.1.0",
  "description": "Making working with Drupal 8's JSON:API easier, faster and cleaner.",
  "main": "./lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "test": "npm run build && npm run test:only",
    "test:prod": "npm run test",
    "test:only": "BABEL_ENV=test jest",
    "test:watch": "npm test -- --watch",
    "test:examples": "node examples/",
    "lint": "eslint src",
    "build": "npm run build:lib && npm run build:browser",
    "build:lib": "BABEL_ENV=production babel src --ignore '**/*.test.js' --ignore 'src/Browser.js' --out-dir lib",
    "build:browser": "node browser.js",
    "prepublishOnly": "npm run clean && npm run lint && npm run build && npm run test"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Desarol/drupal-jsonapi-client.git"
  },
  "keywords": [
    "drupal",
    "drupal-8",
    "npm",
    "module",
    "node",
    "javascript"
  ],
  "author": "David Disch <davidedisch@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Desarol/drupal-jsonapi-client.git/issues"
  },
  "homepage": "https://github.com/Desarol/drupal-jsonapi-client.git#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-eslint": "^10.0.1",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "jest": "^24.8.0",
    "node-fetch": "^2.6.0",
    "puppeteer": "^1.17.0",
    "rimraf": "^2.6.2",
    "uglifyify": "^5.0.1"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "proxy-polyfill": "^0.3.0",
    "regenerator-runtime": "^0.13.2"
  }
}
