{
  "name": "@attachmentav/virus-scan-sdk-ts",
  "version": "0.8.0",
  "description": "An SDK to integrate virus and malware scan capabilities into JavaScript / TypeScript applications. Scan files for viruses, trojans, and other kinds of malware with attachmentAV powered by Sophos.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/widdix/attachmentav-sdk-ts.git"
  },
  "keywords": [
    "virus",
    "malware",
    "scan",
    "attachment",
    "scanner",
    "sdk",
    "typescript"
  ],
  "author": "Andreas Wittig",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/widdix/attachmentav-sdk-ts/issues"
  },
  "homepage": "https://github.com/widdix/attachmentav-sdk-ts#readme",
  "devDependencies": {
    "tsup": "8.5.1",
    "typescript": "5.9.3"
  }
}
