{
    "name": "@agent-pulse/openclaw-skill",
    "version": "1.0.0",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "name": "@agent-pulse/openclaw-skill",
            "version": "1.0.0",
            "license": "MIT",
            "dependencies": {
                "@agent-pulse/sdk": "^0.2.0",
                "ajv": "^8.12.0",
                "viem": "^2.0.0"
            },
            "devDependencies": {
                "@types/node": "^20.0.0",
                "typescript": "^5.3.0"
            },
            "peerDependencies": {
                "@agent-pulse/sdk": "^0.2.0"
            }
        },
        "node_modules/@adraffy/ens-normalize": {
            "version": "1.11.1",
            "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
            "integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
            "license": "MIT"
        },
        "node_modules/@agent-pulse/sdk": {
            "version": "0.2.1",
            "resolved": "https://registry.npmjs.org/@agent-pulse/sdk/-/sdk-0.2.1.tgz",
            "integrity": "sha512-9Qt2Jsu2GbbdGmYSptPeMdBEdE5xqw2B2BqK8pkSAbGr7JZ1FSo7cBzpzyjy75NknB7sjUpcayTA+V4NfYDzCg==",
            "license": "MIT",
            "dependencies": {
                "viem": "^2.0.0"
            },
            "engines": {
                "node": ">=18.0.0"
            }
        },
        "node_modules/@noble/ciphers": {
            "version": "1.3.0",
            "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
            "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
            "license": "MIT",
            "engines": {
                "node": "^14.21.3 || >=16"
            },
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@noble/curves": {
            "version": "1.9.1",
            "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz",
            "integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
            "license": "MIT",
            "dependencies": {
                "@noble/hashes": "1.8.0"
            },
            "engines": {
                "node": "^14.21.3 || >=16"
            },
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@noble/hashes": {
            "version": "1.8.0",
            "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
            "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
            "license": "MIT",
            "engines": {
                "node": "^14.21.3 || >=16"
            },
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@scure/base": {
            "version": "1.2.6",
            "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
            "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
            "license": "MIT",
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@scure/bip32": {
            "version": "1.7.0",
            "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
            "integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
            "license": "MIT",
            "dependencies": {
                "@noble/curves": "~1.9.0",
                "@noble/hashes": "~1.8.0",
                "@scure/base": "~1.2.5"
            },
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@scure/bip39": {
            "version": "1.6.0",
            "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
            "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
            "license": "MIT",
            "dependencies": {
                "@noble/hashes": "~1.8.0",
                "@scure/base": "~1.2.5"
            },
            "funding": {
                "url": "https://paulmillr.com/funding/"
            }
        },
        "node_modules/@types/node": {
            "version": "20.19.33",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
            "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "undici-types": "~6.21.0"
            }
        },
        "node_modules/abitype": {
            "version": "1.2.3",
            "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
            "integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
            "license": "MIT",
            "funding": {
                "url": "https://github.com/sponsors/wevm"
            },
            "peerDependencies": {
                "typescript": ">=5.0.4",
                "zod": "^3.22.0 || ^4.0.0"
            },
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                },
                "zod": {
                    "optional": true
                }
            }
        },
        "node_modules/ajv": {
            "version": "8.17.1",
            "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
            "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
            "license": "MIT",
            "dependencies": {
                "fast-deep-equal": "^3.1.3",
                "fast-uri": "^3.0.1",
                "json-schema-traverse": "^1.0.0",
                "require-from-string": "^2.0.2"
            },
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/epoberezkin"
            }
        },
        "node_modules/eventemitter3": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
            "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
            "license": "MIT"
        },
        "node_modules/fast-deep-equal": {
            "version": "3.1.3",
            "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
            "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
            "license": "MIT"
        },
        "node_modules/fast-uri": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
            "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/fastify"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/fastify"
                }
            ],
            "license": "BSD-3-Clause"
        },
        "node_modules/isows": {
            "version": "1.0.7",
            "resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz",
            "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/wevm"
                }
            ],
            "license": "MIT",
            "peerDependencies": {
                "ws": "*"
            }
        },
        "node_modules/json-schema-traverse": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
            "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
            "license": "MIT"
        },
        "node_modules/ox": {
            "version": "0.11.3",
            "resolved": "https://registry.npmjs.org/ox/-/ox-0.11.3.tgz",
            "integrity": "sha512-1bWYGk/xZel3xro3l8WGg6eq4YEKlaqvyMtVhfMFpbJzK2F6rj4EDRtqDCWVEJMkzcmEi9uW2QxsqELokOlarw==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/wevm"
                }
            ],
            "license": "MIT",
            "dependencies": {
                "@adraffy/ens-normalize": "^1.11.0",
                "@noble/ciphers": "^1.3.0",
                "@noble/curves": "1.9.1",
                "@noble/hashes": "^1.8.0",
                "@scure/bip32": "^1.7.0",
                "@scure/bip39": "^1.6.0",
                "abitype": "^1.2.3",
                "eventemitter3": "5.0.1"
            },
            "peerDependencies": {
                "typescript": ">=5.4.0"
            },
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                }
            }
        },
        "node_modules/require-from-string": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
            "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
            "license": "MIT",
            "engines": {
                "node": ">=0.10.0"
            }
        },
        "node_modules/typescript": {
            "version": "5.9.3",
            "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
            "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
            "devOptional": true,
            "license": "Apache-2.0",
            "bin": {
                "tsc": "bin/tsc",
                "tsserver": "bin/tsserver"
            },
            "engines": {
                "node": ">=14.17"
            }
        },
        "node_modules/undici-types": {
            "version": "6.21.0",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
            "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/viem": {
            "version": "2.45.1",
            "resolved": "https://registry.npmjs.org/viem/-/viem-2.45.1.tgz",
            "integrity": "sha512-LN6Pp7vSfv50LgwhkfSbIXftAM5J89lP9x8TeDa8QM7o41IxlHrDh0F9X+FfnCWtsz11pEVV5sn+yBUoOHNqYA==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/wevm"
                }
            ],
            "license": "MIT",
            "dependencies": {
                "@noble/curves": "1.9.1",
                "@noble/hashes": "1.8.0",
                "@scure/bip32": "1.7.0",
                "@scure/bip39": "1.6.0",
                "abitype": "1.2.3",
                "isows": "1.0.7",
                "ox": "0.11.3",
                "ws": "8.18.3"
            },
            "peerDependencies": {
                "typescript": ">=5.0.4"
            },
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                }
            }
        },
        "node_modules/ws": {
            "version": "8.18.3",
            "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
            "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
            "license": "MIT",
            "engines": {
                "node": ">=10.0.0"
            },
            "peerDependencies": {
                "bufferutil": "^4.0.1",
                "utf-8-validate": ">=5.0.2"
            },
            "peerDependenciesMeta": {
                "bufferutil": {
                    "optional": true
                },
                "utf-8-validate": {
                    "optional": true
                }
            }
        }
    }
}
