{
  "name": "@tabsircg/fb-sdk",
  "version": "2.0.0",
  "description": "Small, strongly-typed Facebook Graph API SDK for Node.js — typed field selectors, batching, uploads, webhooks",
  "main": "./dist/client.js",
  "private": false,
  "types": "./dist/client.d.ts",
  "exports": {
    ".": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js",
      "default": "./dist/client.js"
    },
    "./errors": {
      "types": "./dist/errors.d.ts",
      "import": "./dist/errors.js",
      "default": "./dist/errors.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run check && tsc",
    "check": "npm run lint && npm run test",
    "dev": "tsx src/temp/test.ts",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "test": "vitest run"
  },
  "keywords": [
    "facebook",
    "graph-api",
    "sdk",
    "typescript",
    "batch",
    "webhooks"
  ],
  "author": "Tabsir Ahammed <hello@tabsircg.com> (https://tabsircg.com)",
  "license": "MIT",
  "type": "module",
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.3.5",
    "dotenv": "^17.3.1",
    "eslint": "^10.4.1",
    "expect-type": "^1.3.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.61.0",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "axios": "^1.13.6",
    "form-data": "^4.0.5"
  },
  "homepage": "https://github.com/Tabsir99/fb-sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tabsir99/fb-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/Tabsir99/fb-sdk/issues"
  }
}
