@calculusky/meta-whatsapp-sdk
Version:
Meta WhatsApp SDK for the Cloud API
65 lines (64 loc) • 2.05 kB
JSON
{
"name": "@calculusky/meta-whatsapp-sdk",
"version": "1.0.5",
"description": "Meta WhatsApp SDK for the Cloud API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.15.0"
},
"files": [
"dist/**/*",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"test": "jest --config ./jest.config.js",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,test}/**/*.ts\" --fix",
"build": "tsc",
"husky:install": "husky install",
"prepare": "pnpm build",
"prepublishOnly": "pnpm lint",
"preversion": "pnpm lint && pnpm test",
"version": "pnpm format && git add .",
"postversion": "git push --tags",
"npm:patch": "npm version patch",
"npm:publish": "npm publish --access public",
"dev": "pnpm build && node dist/devtest.js"
},
"keywords": [
"WhatsApp",
"Meta",
"Cloud API",
"WhatsApp SDK",
"Messaging"
],
"author": "Nwankwo Chinedum Valentine <chinedum@chinedumvalentine.com.ng>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/jest": "^29.5.1",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "5.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calculusky/meta-whatsapp-sdk.git"
},
"bugs": {
"url": "https://github.com/calculusky/meta-whatsapp-sdk/issues"
},
"homepage": "https://github.com/calculusky/meta-whatsapp-sdk#readme"
}