UNPKG

whatsapp-cloud-api

Version:

Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API

86 lines (85 loc) 2.3 kB
{ "name": "whatsapp-cloud-api", "version": "0.3.1", "description": "Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API", "main": "dist/index.js", "scripts": { "start": "nodemon", "build": "rm -rf dist && tsc", "lint": "eslint --ext .ts ./", "ts-check": "tsc --noEmit -p .", "test": "npm run build && jest --testPathPattern=dist", "pre-commit-message": "echo 'Please wait, running pre-commit checks...' && exit 0", "pre-commit": "npm-run-all lint ts-check test", "prepare": "[ -d './.husky' ] && husky install" }, "files": [ "dist", "LICENSE", "README.md", "CHANGELOG.md" ], "dependencies": { "axios": "^1.3.5", "dotenv": "^16.0.3", "express": "^4.18.2", "pubsub-js": "^1.9.4", "type-fest": "^3.8.0", "validator": "^13.9.0" }, "devDependencies": { "@tsconfig/node12": "^1.0.11", "@types/express": "^4.17.17", "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "@types/pubsub-js": "^1.8.3", "@types/supertest": "^2.0.12", "@types/uuid": "^9.0.1", "@types/validator": "^13.7.14", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "eslint": "^8.38.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.27.5", "husky": "^8.0.3", "jest": "^29.5.0", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "supertest": "^6.3.3", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "repository": { "type": "git", "url": "git+https://github.com/tawn33y/whatsapp-cloud-api.git" }, "keywords": [ "whatsapp", "cloud", "api", "whatsapp-cloud", "cloud-api", "whatsapp-cloud-api", "whatsapp-business", "whatsapp-business-api", "bot", "whatsapp-bot", "chatbot", "bot-framework", "nodejs", "bot-api", "whatsapp-api", "business-api" ], "author": "Tony <tawn33y@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/tawn33y/whatsapp-cloud-api/issues" }, "homepage": "https://github.com/tawn33y/whatsapp-cloud-api#readme", "engines": { "node": ">=12" } }