{
    "name": "@plurnk/plurnk-agui",
    "version": "1.8.0",
    "description": "AG-UI HTTP and SSE interface for the PLURNK daemon",
    "type": "module",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/plurnk/plurnk-service.git",
        "directory": "plurnk-agui"
    },
    "exports": {
        ".": {
            "plurnk-dev": "./src/index.ts",
            "types": "./dist/index.d.ts",
            "default": "./dist/index.js"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "dist/**/*",
        ".env.defaults",
        "README.md",
        "SPEC.md"
    ],
    "engines": {
        "node": ">=26"
    },
    "scripts": {
        "test": "npm run test:lint && npm run test:unit && npm run test:intg",
        "artifacts:begin": "node ../scripts/test-artifacts.mjs begin",
        "pretest:intg": "npm run artifacts:begin",
        "test:lint": "tsc --noEmit",
        "test:unit": "node --conditions=plurnk-dev --env-file-if-exists=.env.defaults --test src/*.test.ts",
        "test:intg": "node --conditions=plurnk-dev --env-file-if-exists=.env.defaults --test test/intg/*.test.ts",
        "artifacts:clean": "node ../scripts/test-artifacts.mjs clean",
        "prepublishOnly": "npm test",
        "build:clean": "rm -rf dist",
        "build:dist": "tsc -p tsconfig.build.json",
        "build": "npm run build:clean && npm run build:dist",
        "prepack": "npm run build"
    },
    "devDependencies": {
        "@ag-ui/client": "0.0.58",
        "@types/ws": "8.18.1",
        "ws": "8.21.3"
    },
    "keywords": [
        "plurnk",
        "ag-ui",
        "agui",
        "agent",
        "transport",
        "sse",
        "human-in-the-loop"
    ],
    "homepage": "https://github.com/plurnk/plurnk-service/tree/main/plurnk-agui#readme",
    "bugs": {
        "url": "https://repo.possumtech.com/plurnk/plurnk-service/issues"
    },
    "author": "@wikitopian",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@ag-ui/core": "^0.0.58",
        "@opentelemetry/api": "^1.9.1",
        "@plurnk/plurnk-contracts": "1.8.0"
    }
}
