UNPKG

bruvtools

Version:

Universal Cloud Deployment CLI - Deploy Anywhere, Manage Everything

43 lines 978 B
{ "name": "kommo-contacts-api", "version": "1.0.0", "description": "Express API for searching WhatsApp numbers in Kommo CRM with Brazilian phone number formatting support", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "node index.js" }, "keywords": [ "kommo", "crm", "whatsapp", "phone", "search", "api", "express", "brazilian-phone" ], "author": "ABEC", "license": "UNLICENSED", "private": true, "engines": { "node": ">=16.0.0" }, "dependencies": { "express": "^4.18.2", "axios": "^1.6.0" }, "devDependencies": { "nodemon": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/abec/abec-utils.git", "directory": "kommo-contacts-api" }, "bugs": { "url": "https://github.com/abec/abec-utils/issues" }, "homepage": "https://github.com/abec/abec-utils/tree/main/kommo-contacts-api#readme" }