{ "name": "@shieldai/correlation", "version": "0.1.0", "main": "./dist/index.js", "types": "./dist/index.js", "scripts": { "build": "tsc", "lint": "eslint src/" }, "dependencies": { "@shieldai/db": "workspace:*", "@shieldai/types": "workspace:*" }, "exports": { ".": "./src/index.ts" } }