{
  "name": "viswiz-sdk",
  "description": "The VisWiz.io Node.js SDK",
  "version": "5.2.2",
  "main": "index.js",
  "module": "es.js",
  "author": "Valentin Agachi <valentin@viswiz.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/viswiz-io/viswiz-nodejs-sdk"
  },
  "license": "MIT",
  "keywords": [
    "visual regression testing",
    "visual testing",
    "automated testing",
    "automation",
    "testing",
    "screenshot",
    "sdk"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist/",
    "src/*.js",
    "es.js",
    "index.js"
  ],
  "scripts": {
    "build": "babel src/ --out-dir dist/ --ignore \"**/__mocks__/*\"",
    "docs": "esdoc",
    "lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.js'",
    "pretty": "prettier --write --list-different \"**/*.js\"",
    "prepack": "yarn build",
    "pretest": "yarn build",
    "release": "standard-version -a",
    "test:jest": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test": "yarn test:jest"
  },
  "dependencies": {
    "form-data": "3.0.0",
    "glob": "7.1.6",
    "got": "11.3.0",
    "p-map": "4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.10.4",
    "@babel/core": "7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "7.10.4",
    "@babel/plugin-transform-modules-commonjs": "7.10.4",
    "babel-jest": "26.1.0",
    "esdoc": "1.1.0",
    "esdoc-brand-plugin": "1.0.1",
    "esdoc-ecmascript-proposal-plugin": "1.0.0",
    "esdoc-importpath-plugin": "1.0.2",
    "esdoc-standard-plugin": "1.0.0",
    "eslint": "7.3.1",
    "husky": "4.2.5",
    "jest": "26.1.0",
    "lint-staged": "10.2.11",
    "nock": "13.0.2",
    "prettier": "2.0.5",
    "standard-version": "8.0.0",
    "validate-commit-msg": "2.14.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "validate-commit-msg",
      "pre-commit": "lint-staged"
    }
  }
}
