{
  "name": "sharetribe-flex-sdk",
  "version": "1.21.1",
  "description": "Sharetribe SDK for JavaScript",
  "main": "build/sharetribe-flex-sdk-node.js",
  "browser": "build/sharetribe-flex-sdk-web.js",
  "scripts": {
    "build": "webpack",
    "lint": "eslint .",
    "test": "jest",
    "playground": "babel-node playground.js",
    "pg": "babel-node playground.js",
    "format": "prettier --write --print-width 100 --single-quote --trailing-comma es5 'src/**/*.js' 'examples/**/*.js'",
    "serve-docs": "docpress serve",
    "build-docs": "docpress build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sharetribe/flex-sdk-js.git"
  },
  "keywords": [
    "sharetribe",
    "api",
    "sdk"
  ],
  "author": "Sharetribe",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sharetribe/flex-sdk-js/issues"
  },
  "homepage": "https://github.com/sharetribe/flex-sdk-js",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/node": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^23.4.2",
    "babel-loader": "^8.0.0",
    "babel-plugin-lodash": "^3.3.4",
    "colors": "^1.3.1",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.0.1",
    "docpress": "^0.7.6",
    "eslint": "^5.3.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jest": "^21.18.0",
    "jest": "^29.7.0",
    "open": "^7.0.2",
    "prettier": "^1.14.0",
    "webpack": "^4.47.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "axios": "^1.5.1",
    "js-cookie": "^2.1.3",
    "jsonwebtoken": "^9.0.0",
    "lodash": "^4.17.10",
    "transit-js": "^0.8.861"
  },
  "resolutions": {
    "docpress/**/lodash": "^4.17.10",
    "terser-webpack-plugin": "^4.2.3",
    "chokidar": "^3.6.0"
  },
  "babel": {
    "plugins": [
      "lodash",
      "@babel/plugin-syntax-dynamic-import",
      "@babel/plugin-syntax-import-meta",
      "@babel/plugin-proposal-class-properties",
      "@babel/plugin-proposal-json-strings"
    ],
    "presets": [
      "@babel/preset-env"
    ]
  },
  "jest": {
    "testEnvironment": "node"
  }
}
