{
  "name": "@uipath/robot",
  "version": "1.3.3",
  "description": "UiPath Robot javascript SDK enabling web pages to interact with UiPath Robots",
  "scripts": {
    "prebuild": "node genversion.js",
    "build": "tsc && webpack --mode production --config webpack.config.js",
    "clean": "tsc --build --clean",
    "pack": "npm pack"
  },
  "devDependencies": {
    "@types/node": "^8.0.14",
    "@types/uuid": "^8.3.4",
    "copy-webpack-plugin": "^12.0.2",
    "style-loader": "^0.23.1",
    "ts-loader": "^9.4.1",
    "typescript": "^3.6.4",
    "tslint": "^5.20.0",
    "tslint-jasmine-rules": "^1.6.0",
    "webpack": "^5.76.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@microsoft/applicationinsights-web": "^2.5.9",
    "async-mutex": "^0.3.2",
    "uuid": "^8.3.2"
  },
  "main": "dist/uipathRobot.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UiPath/BrowserInvocation.git"
  },
  "keywords": [
    "uipathrobot",
    "robot-web",
    "robot-sdk",
    "robotjs",
    "robot sdk",
    "UiPath Robot"
  ],
  "maintainers": [
    "vnaren23"
  ],
  "license": "See license in LICENSE file"
}
