{
"name": "@gloves/openclaw",
"version": "0.1.3",
"type": "module",
"files": [
"dist",
"openclaw.plugin.json"
],
"exports": {
".": "./dist/index.js"
},
"openclaw": {
"extensions": [
"./dist/index.js"
]
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target node",
"test": "bun test src"
}
}