{
    "name": "pi-extension-nvidia-nim",
    "private": false,
    "version": "1.2.1",
    "main": "index.ts",
    "types": "index.ts",
    "type": "module",
    "files": [
        "README.md",
        "CHANGELOG.md",
        "LICENSE",
        "config/",
        "handlers/",
        "lib/",
        "models/",
        "tools/",
        "index.ts",
        "package.json"
    ],
    "pi": {
        "extensions": [
            "./index.ts"
        ]
    },
    "peerDependencies": {
        "@earendil-works/pi-ai": "*",
        "@earendil-works/pi-coding-agent": "*"
    },
    "license": "MIT",
    "keywords": [
        "pi-package",
        "pi",
        "nvidia",
        "nim",
        "nvidia-nim",
        "llm",
        "reasoning",
        "thinking",
        "openai-compatible",
        "provider"
    ],
    "description": "Model-aware NVIDIA NIM reasoning compatibility for the pi coding agent",
    "author": "Tibbee",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Tibbee/pi-nvidia-nim-provider.git"
    },
    "homepage": "https://github.com/Tibbee/pi-nvidia-nim-provider#readme",
    "scripts": {
        "test": "npx --yes tsx test/refactor-checks.ts && npx --yes tsx test/before-provider-request-snapshots.ts && npx --yes tsx test/glm-request-contracts.ts",
        "probe": "npx --yes tsx tools/probe_nim.ts"
    },
    "bugs": {
        "url": "https://github.com/Tibbee/pi-nvidia-nim-provider/issues"
    }
}
