{
  "name": "airtap-sauce",
  "version": "1.1.2",
  "description": "Sauce Labs browser provider",
  "license": "MIT",
  "author": "Vincent Weevers",
  "scripts": {
    "test": "npm run test:lint && npm run test:integration",
    "test:lint": "standard && hallmark && depcheck --ignores buffer",
    "test:integration": "cross-env DEBUG=airtap* nyc node test",
    "fix:js": "standard --fix",
    "fix:md": "hallmark --fix"
  },
  "files": [
    "index.js",
    "sauce-labs.svg"
  ],
  "dependencies": {
    "abstract-browser": "^1.0.0",
    "airtap-sauce-browsers": "^0.2.2",
    "browser-provider": "^1.1.0",
    "build-number": "^1.0.0",
    "debug": "^4.1.1",
    "firefox-profile": "^4.0.0",
    "sauce-connect-launcher": "^1.3.2",
    "transient-error": "^1.0.0",
    "uuid": "^8.3.0",
    "wd": "^1.12.0"
  },
  "devDependencies": {
    "airtap": "^4.0.2",
    "buffer": "^4.9.2",
    "cross-env": "^7.0.2",
    "depcheck": "^1.2.0",
    "hallmark": "^3.0.0",
    "nyc": "^15.1.0",
    "standard": "^14.3.4",
    "tape": "^5.0.1"
  },
  "keywords": [
    "airtap",
    "browser",
    "browser-provider",
    "sauce",
    "sauce-labs",
    "test"
  ],
  "repository": "airtap/sauce",
  "bugs": "https://github.com/airtap/sauce/issues",
  "homepage": "https://github.com/airtap/sauce",
  "engines": {
    "node": ">=10.2"
  }
}
