{
  "name": "myob",
  "version": "1.0.4",
  "main": "lib/index.js",
  "repository": "git@github.com:ordermentum/myob-javascript-sdk.git",
  "author": "John D'Agostino <john.dagostino@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "axios": "^0.27.0",
    "babel-polyfill": "^6.23.0",
    "babel-runtime": "^6.23.0",
    "lodash.get": "^4.4.2",
    "moment": "^2.17.1",
    "null-logger": "^1.0.0",
    "qs": "^6.3.1",
    "simple-oauth2": "^4.2.0"
  },
  "files": [
    "lib/*"
  ],
  "scripts": {
    "test": "NODE_ENV=test nyc npm run spec",
    "spec": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --compilers js:babel-core/register --recursive test/**/*",
    "lint": "./node_modules/.bin/eslint src test",
    "build:coverage": "nyc check-coverage --statements 70 --branches 70 --functions 60 --lines 70",
    "autotest": "./node_modules/.bin/_mocha --watch",
    "build": "rm -rf lib && babel src --out-dir lib",
    "prepublish": "yarn run build",
    "reporter": "nyc --reporter=html yarn run test"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.24.1",
    "@types/simple-oauth2": "^5.0.7",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-istanbul": "0.12.2",
    "babel-plugin-transform-async-to-generator": "6.24.1",
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-flow": "6.23.0",
    "babel-preset-stage-1": "6.24.1",
    "babel-register": "6.26.0",
    "chai": "3.5.0",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "18.2.1",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jsx-a11y": "4.0.0",
    "eslint-plugin-react": "6.10.3",
    "flow-bin": "0.177.0",
    "mocha": "3.5.3",
    "nyc": "10.3.2",
    "sinon": "2.4.1"
  }
}
