{ "name": "@shieldai/monitoring", "version": "0.1.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint src/" }, "dependencies": { "@aws-sdk/client-cloudwatch": "^3.500.0", "dd-trace": "^5.0.0", "@sentry/node": "^8.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^25.6.0", "typescript": "^5.7.0" }, "exports": { ".": "./src/index.ts" } }