{ "name": "@shieldai/darkwatch", "version": "0.1.0", "main": "./dist/index.js", "types": "./dist/index.js", "scripts": { "build": "tsc", "test": "vitest run", "lint": "eslint src/" }, "dependencies": { "@shieldai/db": "workspace:*", "@shieldai/types": "workspace:*", "@shieldai/correlation": "workspace:*", "node-cache": "^5.1.2" }, "exports": { ".": "./src/index.ts" } }