{
  "name": "meta-ai-sdk",
  "version": "0.0.7",
  "description": "A TypeScript SDK for interacting with the Meta AI, providing tools for AI agents, integrations, and utilities to enhance developer productivity.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "build": "tsc -p tsconfig.json && node scripts/copy-public.js",
    "test": "jest",
    "link-pkg": "pnpm build && npm link"
  },
  "keywords": [
    "meta-ai",
    "sdk",
    "typescript",
    "ai-agents",
    "integration",
    "developer-tools"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/codewithdripzy/meta-ai-sdk.git"
  },
  "homepage": "https://github.com/codewithdripzy/meta-ai-sdk",
  "bugs": {
    "url": "https://github.com/codewithdripzy/meta-ai-sdk/issues"
  },
  "author": "Emmanuel Bankole",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.13.2",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "cron": "^4.4.0",
    "jsonwebtoken": "^9.0.2",
    "md5": "^2.3.0",
    "node-fetch": "^3.3.2",
    "socket.io": "^4.8.1",
    "typescript": "^5.9.2",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^20.10.0",
    "@vercel/node": "^5.3.24",
    "nodemon": "^3.0.2",
    "ts-node": "^10.9.2"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "bcrypt",
      "protobufjs"
    ]
  }
}