{
  "name": "testcafe-browser-tools",
  "version": "2.0.23",
  "description": "An utility library for performing platform-dependent actions on browsers.",
  "homepage": "https://github.com/DevExpress/testcafe-browser-tools",
  "bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
  "license": "MIT",
  "author": "Developer Express Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/DevExpress/testcafe-browser-tools.git"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "array-find": "^1.0.0",
    "debug": "^4.3.1",
    "dedent": "^0.7.0",
    "del": "^5.1.0",
    "execa": "^3.3.0",
    "fs-extra": "^10.0.0",
    "graceful-fs": "^4.1.11",
    "linux-platform-info": "^0.0.3",
    "lodash": "^4.17.15",
    "mkdirp": "^0.5.1",
    "mustache": "^2.1.2",
    "nanoid": "^3.1.31",
    "os-family": "^1.0.0",
    "pify": "^2.3.0",
    "pinkie": "^2.0.1",
    "read-file-relative": "^1.2.0",
    "which-promise": "^1.0.0"
  },
  "devDependencies": {
    "body-parser": "^1.13.2",
    "chai": "^3.2.0",
    "dmd-plugin-async": "^0.1.1",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "express": "^4.17.1",
    "gulp": "^4.0.2",
    "gulp-chmod": "^1.3.0",
    "gulp-eslint": "^6.0.0",
    "gulp-flatten": "^0.1.0",
    "gulp-mocha-simple": "^1.1.0",
    "gulp-msbuild": "^0.6.2",
    "hogan-express": "^0.5.2",
    "jsdoc-to-markdown": "^5.0.2",
    "proxyquire": "^2.1.3",
    "publish-please": "^5.5.1",
    "tar-stream": "^1.5.5",
    "through2": "^2.0.0",
    "tmp": "0.0.33",
    "typescript": "^3.6.4"
  },
  "scripts": {
    "test": "gulp test",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "main": "./lib/index",
  "files": [
    "lib",
    "bin",
    "data"
  ]
}