{
  "name": "optimus-tool-call",
  "version": "0.3.1",
  "description": "Agentic audit sensor — streams raw tool call metadata; the Optimus backend classifies on ingest",
  "type": "module",
  "bin": {
    "optimus-tool-call": "./dist/index.js",
    "optimus-capture-prompt": "./dist/capture-prompt.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "rm -rf dist && tsc && node ../../scripts/ensure-bin-executable.mjs",
    "dev": "tsx src/index.ts",
    "pretest": "npm run build --prefix ../optimus-tofu && npm run build",
    "test": "node --test dist/test/*.test.js",
    "prepare": "npm run build"
  },
  "keywords": [
    "audit",
    "agent",
    "tool-call",
    "telemetry",
    "security"
  ],
  "author": "Optimus Labs <hello@optimuslabs.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/optimuslabs-io/optimus-secure-fdn.git",
    "directory": "npx_packages/production/optimus-tool-call"
  },
  "bugs": {
    "url": "https://github.com/optimuslabs-io/optimus-secure-fdn/issues"
  },
  "homepage": "https://github.com/optimuslabs-io/optimus-secure-fdn/tree/main/npx_packages/production/optimus-tool-call#readme",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/node": "^20.19.39",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "optimus-tofu": "^0.1.17"
  }
}
