{
    "name": "@uipath/docsai-tool",
    "license": "SEE LICENSE IN LICENSE.txt",
    "version": "1.202.0",
    "description": "Search UiPath documentation with AI-powered answers.",
    "private": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/UiPath/cli.git",
        "directory": "packages/docsai-tool"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "keywords": [
        "cli-tool"
    ],
    "type": "module",
    "main": "./dist/tool.js",
    "exports": {
        ".": "./dist/tool.js"
    },
    "bin": {
        "docsai-tool": "./dist/index.js"
    },
    "files": [
        "dist"
    ],
    "gitHead": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
}
