{
  "name": "drm-core",
  "version": "2.0.0",
  "description": "DRM — Direct Response Marketing: Framework de orquestracao de agentes de IA para marketing de resposta direta",
  "main": "cli/index.js",
  "bin": {
    "drm-core": "bin/drm-core.js"
  },
  "files": [
    "bin/",
    "cli/",
    "scaffold/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"No tests yet\" && exit 0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "fs-extra": "^11.3.0"
  },
  "keywords": [
    "drm",
    "direct-response-marketing",
    "marketing",
    "copywriting",
    "vsl",
    "funnel",
    "media-buying",
    "ai-orchestration",
    "claude-code",
    "gemini-cli"
  ],
  "author": "andrexaviertrafego-ai",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrexaviertrafego-ai/drm-core.git"
  },
  "bugs": {
    "url": "https://github.com/andrexaviertrafego-ai/drm-core/issues"
  },
  "homepage": "https://github.com/andrexaviertrafego-ai/drm-core#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
