{
  "name": "ai-shield-core",
  "version": "0.5.0",
  "type": "module",
  "description": "LLM Security SDK — Prompt Injection Detection, PII Protection, Cost Control, Audit",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "typecheck": "tsc -b"
  },
  "dependencies": {},
  "peerDependencies": {
    "ioredis": ">=5.0.0",
    "pg": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "ioredis": {
      "optional": true
    },
    "pg": {
      "optional": true
    }
  },
  "license": "MIT"
}
