openweb / pinchtab /plugin /package.json
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
c52954a verified
Raw
History Blame Contribute Delete
277 Bytes
{
"name": "@pinchtab/pinchtab",
"version": "0.1.0",
"description": "OpenClaw plugin for Pinchtab browser control",
"type": "module",
"openclaw": {
"extensions": ["./index.ts"]
},
"files": [
"index.ts",
"openclaw.plugin.json"
],
"license": "MIT"
}