{
"name": "@openlatch/client",
"version": "0.0.0",
"description": "OpenLatch — the open-source security layer for AI agents",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/OpenLatch/openlatch-client"
},
"homepage": "https://openlatch.ai",
"bin": {
"openlatch": "lib/index.js"
},
"files": ["lib/"],
"scripts": {
"postinstall": "node lib/postinstall.js"
},
"optionalDependencies": {
"@openlatch/client-darwin-arm64": "0.0.0",
"@openlatch/client-darwin-x64": "0.0.0",
"@openlatch/client-linux-x64": "0.0.0",
"@openlatch/client-linux-arm64": "0.0.0",
"@openlatch/client-win32-x64": "0.0.0"
}
}