trysoftwacloudapi
Version:
TrySoft Whatsapp Cloud Api Wrapper
86 lines (85 loc) • 2.24 kB
JSON
{
"name": "trysoftwacloudapi",
"version": "1.1.5",
"description": "TrySoft Whatsapp Cloud Api Wrapper",
"main": "dist/index.js",
"scripts": {
"start": "nodemon",
"build": "rm -rf dist && tsc",
"bl": "rm -rf dist && tsc && npm link",
"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",
"prepare": "[ -d './.husky' ] && husky install"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"pubsub-js": "^1.9.4",
"type-fest": "^2.16.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.11",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/pubsub-js": "^1.8.3",
"@types/supertest": "^2.0.12",
"@types/validator": "^13.7.4",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"jest": "^28.1.2",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"keywords": [
"TrySoft",
"WhatsappCloudApi",
"WA",
"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"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/trysoft-team/trysoft-wa-cloud-api.git"
},
"author": "Trynos Muchemwa",
"bugs": {
"url": "https://github.com/trysoft-team/trysoft-wa-cloud-api/issues"
},
"homepage": "https://github.com/trysoft-team/trysoft-wa-cloud-api#readme",
"engines": {
"node": ">=12"
}
}