{
  "name": "libctx",
  "version": "1.0.0",
  "description": "Node.js TypeScript unofficial helper library for CTX Cyber Threat Intelligence API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "authors": [
    {
      "name": "Atilla",
      "email": "attilla@tuta.io"
    }
  ],
  "keywords": [
    "ctx",
    "cyber-threat-intelligence",
    "threat-intelligence",
    "ioc",
    "apt",
    "malware",
    "security"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atiilla/libctx.git"
  },
  "homepage": "https://github.com/atiilla/libctx#readme",
  "bugs": {
    "url": "https://github.com/atiilla/libctx/issues"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  },
  "dependencies": {
    "form-data": "^4.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
