{
  "name": "@cyberrant-rantai/rantai",
  "version": "1.0.15",
  "description": "RantAI Agent is an AI powered cybersecurity agent that helps users execute real security tasks through intelligent automation and assistance.",
  "author": "CyberRant",
  "license": "MIT",
  "homepage": "https://cyberrant.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/CyberRanters/CyberRant.git"
  },
  "bugs": {
    "email": "cyberrantofficial@gmail.com"
  },
  "keywords": [
    "rantai",
    "cyberrant",
    "ai",
    "cybersecurity",
    "security",
    "agent",
    "automation",
    "cli",
    "terminal"
  ],
  "bin": {
    "rantai": "./bin/rantaiagent.js"
  },
  "files": [
    "bin/",
    "lib/",
    "runtime/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node lib/setup.js"
  },
  "engines": {
    "node": ">=18"
  }
}