netgsm-otp
Version:
Unofficial Node.js/TypeScript client for NetGSM OTP SMS service
46 lines (45 loc) • 932 B
JSON
{
"name": "netgsm-otp",
"version": "1.0.0",
"description": "Unofficial Node.js/TypeScript client for NetGSM OTP SMS service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm run build && npm publish"
},
"keywords": [
"netgsm",
"otp",
"sms",
"verification",
"authentication",
"one-time-password",
"2fa"
],
"author": "Bekir",
"license": "ISC",
"private": false,
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"typescript": "^5"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/username/netgsm-otp"
}
}