{
  "name": "@mycure/sdk",
  "version": "5.9.2",
  "description": "mycure sdk-web",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "typings/index.d.ts",
  "author": "John Leonard Tubig <tubig.jlu@gmail.com>",
  "license": "MIT",
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "ava": {
    "files": [
      "src/**/*.spec.js",
      "src/**/*.test.js"
    ],
    "sources": [
      "src/**"
    ],
    "require": [
      "@babel/polyfill",
      "@babel/register"
    ]
  },
  "semistandard": {
    "parser": "babel-eslint",
    "ignore": [
      "apps/"
    ]
  },
  "lint-staged": {
    "*.js": [
      "semistandard --fix",
      "git add"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -E GIT_PARAMS"
  },
  "scripts": {
    "test": "ava",
    "lint": "semistandard --fix",
    "prebuild:docs": "rimraf docs",
    "prebuild": "rimraf lib",
    "build:docs": "esdoc -c esdoc.json",
    "build": "cross-env NODE_ENV=production babel src -d lib",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@feathersjs/errors": "^4.3.1",
    "@feathersjs/feathers": "^4.3.1",
    "axios": "^0.19.0",
    "debug": "^4.1.0",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.11",
    "qs": "^6.6.0",
    "rxjs": "6.5.3",
    "store": "^2.0.12"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-optional-chaining": "^7.7.4",
    "@babel/polyfill": "^7.6.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/register": "^7.4.0",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "ava": "^2.3.0",
    "axios-mock-adapter": "^1.16.0",
    "babel-eslint": "^10.0.1",
    "cross-env": "^5.2.0",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-importpath-plugin": "^1.0.2",
    "esdoc-standard-plugin": "^1.0.0",
    "jwt-simple": "^0.5.5",
    "lint-staged": "^9.2.5",
    "rimraf": "^3.0.0",
    "semistandard": "^14.1.0",
    "sinon": "^7.3.0",
    "socket.io-client": "^2.2.0",
    "yorkie": "^2.0.0"
  }
}
