{
  "name": "fraim",
  "version": "2.0.270",
  "description": "FRAIM core CLI and MCP package.",
  "main": "index.js",
  "bin": {
    "fraim": "bin/fraim.js"
  },
  "files": [
    "dist/src/local-mcp-server/",
    "dist/src/cli/",
    "!dist/src/cli/fraim-hub.js",
    "dist/src/first-run/",
    "dist/src/core/",
    "dist/src/config/",
    "dist/src/fraim/",
    "dist/src/db/",
    "dist/src/routes/",
    "dist/src/services/",
    "dist/src/api/",
    "dist/src/middleware/",
    "dist/src/models/",
    "dist/src/types/",
    "dist/src/utils/",
    "bin/fraim.js",
    "public/first-run/",
    "index.js",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "adm-zip": "^0.6.0",
    "axios": "^1.7.0",
    "chalk": "4.1.2",
    "commander": "^14.0.2",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^5.2.1",
    "mongodb": "^7.0.0",
    "node-cron": "4.2.1",
    "node-edge-tts": "^1.2.10",
    "nodemailer": "^8.0.3",
    "prompts": "^2.4.2",
    "resend": "^6.9.3",
    "selfsigned": "^5.5.0",
    "semver": "^7.7.4",
    "stripe": "^20.3.1",
    "toml": "^3.0.0",
    "tree-kill": "^1.2.2",
    "xml2js": "^0.6.2"
  }
}
