@msg91comm/otp
Version:
Package for sending OTP with msg91.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "@msg91comm/otp",
"version": "1.0.6",
"description": "Package for sending OTP with msg91.",
"main": "./dist/index.js",
"scripts": {
"test": "ts-mocha tests/**/*.test.ts",
"build": "tsc",
"coverage": "nyc npm test",
"lint": "eslint \"**\\*.ts\""
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ankit-programmer/otp.git"
},
"keywords": [
"msg91",
"sendOTP",
"Send OTP from Frontend"
],
"author": "Ankit Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/ankit-programmer/otp/issues"
},
"homepage": "https://github.com/ankit-programmer/otp#readme",
"devDependencies": {
"@types/node": "^17.0.41",
"chai": "^4.3.6",
"eslint": "^8.17.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"axios": "^0.27.2"
}
}