UNPKG

@microfox/whatsapp-business

Version:

WhatsApp Business API SDK: A lightweight, type-safe SDK for interacting with the WhatsApp Business API

58 lines (57 loc) 1.31 kB
{ "name": "@microfox/whatsapp-business", "version": "1.4.0", "description": "WhatsApp Business API SDK: A lightweight, type-safe SDK for interacting with the WhatsApp Business API", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**/*", "README.md", "CHANGELOG.md" ], "scripts": { "build": "tsup", "build:watch": "tsup --watch", "clean": "rm -rf dist", "lint": "eslint \"./**/*.ts*\"", "prettier-check": "prettier --check \"./**/*.ts*\"" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "keywords": [ "microfox", "whatsapp", "business", "api", "sdk", "typescript" ], "author": "TheMoonDevs", "license": "MIT", "devDependencies": { "@microfox/tsconfig": "*", "@types/node": "^18", "tsup": "^8", "typescript": "5.6.3" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=20.0.0" }, "homepage": "https://github.com/microfox-ai/microfox", "repository": { "type": "git", "url": "git+https://github.com/microfox-ai/microfox.git" }, "bugs": { "url": "https://github.com/microfox-ai/microfox/issues" } }