UNPKG

n8n-nodes-nimbasms

Version:

Nimba SMS node for n8n - Send SMS, manage contacts, campaigns and more

71 lines (70 loc) 1.7 kB
{ "name": "n8n-nodes-nimbasms", "version": "1.0.20", "description": "Nimba SMS node for n8n - Send SMS, manage contacts, campaigns and more", "license": "MIT", "homepage": "https://github.com/nimbasms/n8n-nodes-nimbasms", "author": { "name": "Nimba SMS", "email": "contact@nimbasms.com" }, "repository": { "type": "git", "url": "https://github.com/nimbasms/n8n-nodes-nimbasms.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build" }, "files": [ "dist", "README.md", "LICENSE" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/NimbaSmsApi.credentials.js" ], "nodes": [ "dist/nodes/NimbaSMS/NimbaSMS.node.js" ] }, "keywords": [ "n8n-community-node-package", "n8n", "sms", "marketing", "nimbasms", "nimba", "communication", "campaigns", "sms marketing", "sms marketing automation", "sms marketing software", "sms marketing platform", "sms marketing api", "sms marketing integration", "sms marketing tool", "africa", "guinea" ], "devDependencies": { "@types/node": "^18.16.16", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.42.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-workflow": "*", "prettier": "^2.8.8", "typescript": "^5.1.3" }, "peerDependencies": { "n8n-workflow": "*" } }