{
  "name": "@uipath/apms-tool",
  "license": "MIT",
  "version": "1.200.0",
  "description": "CLI plugin for the UiPath Access Policy Management Service.",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/UiPath/cli.git",
    "directory": "packages/admin/apms-tool"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "cli-tool"
  ],
  "type": "module",
  "main": "./dist/tool.js",
  "exports": {
    ".": "./dist/tool.js"
  },
  "bin": {
    "apms-tool": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
}
