{
"name": "@gloves/mcp-client",
"version": "0.1.3",
"type": "module",
"files": [
"dist",
"src/index.ts",
"src/testing.ts"
],
"exports": {
".": "./src/index.ts",
"./testing": "./src/testing.ts"
},
"scripts": {
"build": "bun run scripts/build-native.ts && bun build src/index.ts --outdir dist --target node",
"test": "bun test src"
}
}