{
  "name": "mozu-node-sdk",
  "description": "Mozu JavaScript SDK for Node.js and Arc.js environments",
  "author": "Volusion, LLC",
  "scripts": {
    "lint": "eslint src",
    "prebabel": "npm run lint",
    "babel": "babel src -d .",
    "preci-build": "npm run babel",
    "ci-build": "npm test",
    "ci-build-stable": "npm run ci-build",
    "postci-build-stable": "mozu-validate-npm-package",
    "cov": "nyc npm run test",
    "test": "tape ./test/*.js",
    "spec": "npm run test | tap-spec",
    "preversion": "npm run spec",
    "version": "git add -A ."
  },
  "babel": {
    "presets": [
      "env"
    ]
  },
  "version": "2.15.14",
  "repository": {
    "type": "git",
    "url": "https://github.com/Mozu/mozu-node-sdk"
  },
  "dependencies": {
    "concat-stream": "^2.0.0",
    "mozu-metadata": "^2.3.6",
    "tunnel-agent": "^0.6.0",
    "uri-template": "^1.0.0"
  },
  "devDependencies": {
    "acorn": "^6.1.1",
    "acorn-walk": "^6.1.1",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "body-parser": "^1.19.0",
    "eslint": "^5.16.0",
    "glob": "^7.1.4",
    "jort": "^1.3.0",
    "mozu-multipass": "^0.3.1",
    "mozu-validate-npm-package": "^1.2.1",
    "nyc": "^14.1.1",
    "sinon": "^7.3.2",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.2"
  },
  "resolutions": {
    "lodash": "^4.17.11",
    "micromatch": "^3.0.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4.1.0"
  }
}
