UNPKG

messageway

Version:
54 lines (53 loc) 1.26 kB
{ "name": "messageway", "version": "1.3.0", "description": "MessageWay nodeJS library", "main": "dist/index.js", "scripts": { "compile": "tsc --watch", "doc:serve": "typedoc --watch", "doc:deploy": "typedoc && cd docs && git add . && git commit && git push", "prepack": "tsc", "test": "jest" }, "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/MessageWay/MessageWayNodeJS.git" }, "keywords": [ "otp", "sms", "ivr", "message", "whatsapp", "gap" ], "contributors": [ "Mojtaba Ghasemzadeh Tehrany", "Ehsan Sabet <ehsan.sabet@hotmail.com>", "Amirreza Zarkesh <amirreza.zarkesh.23@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/MessageWay/MessageWayNodeJS/issues" }, "homepage": "https://messageway.github.io/MessageWayNodeJS/", "devDependencies": { "@types/got": "^9.6.12", "@types/jest": "^26.0.24", "@types/node": "^16.4.11", "dotenv": "^10.0.0", "jest": "^27.0.6", "typedoc": "^0.21.5", "typescript": "^4.3.5" }, "engines": { "node": ">=10.19.0" }, "dependencies": { "got": "^11.8.2" } }