{
  "name": "@applitools/eg-frpc",
  "version": "1.0.5",
  "description": "",
  "main": "src/eg-frpc.js",
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "start": "scripts/run-eg-frpc.js",
    "test": "npm run eslint && npm run test:mocha-parallel",
    "test:mocha": "mocha --no-timeouts --trace-warnings --exit 'test/unit/*.test.js' 'test/it/*.test.js'",
    "test:mocha-parallel": "mocha --parallel --no-timeouts --trace-warnings --exit 'test/unit/*.test.js' 'test/it/*.test.js'",
    "eslint": "eslint '**/*.js'",
    "build": "",
    "prepublishOnly": "node ./scripts/verify-frpc-hashes"
  },
  "keywords": [
    "applitools",
    "nodejs",
    "javascript"
  ],
  "author": "Roni Karilkar <roni.karilkar@applitools.com>",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "url": "https://github.com/applitools/rendering-grid",
    "type": "git",
    "directory": "packages/eg-frpc"
  },
  "devDependencies": {
    "@google-cloud/storage": "^6.9.3",
    "chai": "^4.3.4",
    "chalk": "^4.1.2",
    "color": "^4.2.3",
    "eslint": "^8.3.0",
    "eslint-plugin-mocha-no-only": "^1.1.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "mocha": "^9.1.3",
    "prettier": "^2.5.0"
  }
}
