UNPKG

@great-detail/whatsapp

Version:

SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.

99 lines (98 loc) 2.58 kB
{ "name": "@great-detail/whatsapp", "version": "7.2.1", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": { "type": "git", "url": "git+https://github.com/great-detail/WhatsApp-Nodejs-SDK.git" }, "homepage": "https://github.com/great-detail/WhatsApp-Nodejs-SDK", "bugs": { "url": "https://github.com/great-detail/WhatsApp-Nodejs-SDK/issues" }, "author": "Great Detail Ltd <info@greatdetail.com>", "contributors": [ "Rashed Talukder", "Dom Webber <dom.webber@hotmail.com>", "Great Detail Ltd <info@greatdetail.com>" ], "license": "Apache-2.0", "engines": { "node": ">=18" }, "bin": "./dist/cli.js", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./cli": { "import": { "types": "./dist/cli.d.ts", "default": "./dist/cli.js" }, "require": { "types": "./dist/cli.d.cts", "default": "./dist/cli.cjs" } } }, "files": [ "dist" ], "keywords": [ "WhatsApp", "SDK", "Business", "Platform", "secure", "messaging", "NodeJS", "Cloud API" ], "scripts": { "build": "tsup --entry src/index.ts --entry src/cli.ts --format cjs,esm --minify --dts", "changeset": "changeset", "fix": "npm-run-all fix:*", "fix:eslint": "eslint . --fix", "fix:prettier": "prettier --write .", "lint": "npm-run-all lint:*", "lint:eslint": "eslint .", "lint:prettier": "prettier --check .", "lint:publint": "publint", "lint:typecheck": "npm run typecheck", "prerelease": "npm-run-all build", "release": "changeset publish", "test": "node --import tsx --test --experimental-test-coverage src/__tests__/**/*.test.ts src/__tests__/*.test.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "commander": "^14.0.0", "get-stdin": "^9.0.0", "ky": "^1.7.2" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@great-detail/eslint-config": "^1.1.0", "@types/node": "^24.0.10", "eslint": "^9.2.0", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "publint": "^0.3.12", "ts-node": "^10.9.2", "tsup": "^8.0.2", "tsx": "^4.19.2", "typescript": "^5.4.5" }, "publishConfig": { "access": "public", "provenance": true } }