UNPKG

msg91

Version:
39 lines (38 loc) 1.12 kB
{ "name": "msg91", "version": "2.2.4", "description": "Official NodeJS package for msg91 services.", "main": "./dist/src/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint \"**\\*.ts\"", "publish": "npm run build && npm publish dist --access public" }, "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/Walkover-Web-Solution/SendSMS-node-MSG91.git" }, "keywords": ["msg91","Official msg91 node package", "Send SMS through MSG91"], "author": "MSG91", "license": "ISC", "bugs": { "url": "https://github.com/Walkover-Web-Solution/SendSMS-node-MSG91/issues" }, "homepage": "https://github.com/Walkover-Web-Solution/SendSMS-node-MSG91#readme", "devDependencies": { "@types/node": "^18.11.0", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "eslint": "^8.15.0", "typescript": "^4.6.4" }, "dependencies": { "axios": "^0.27.2" } }