@davidbolaji/termii-node
Version:
Node.js SDK for Termii API – send SMS, voice, OTP, and manage messaging with ease.
66 lines (65 loc) • 1.62 kB
JSON
{
"name": "@davidbolaji/termii-node",
"version": "1.0.3",
"description": "Node.js SDK for Termii API – send SMS, voice, OTP, and manage messaging with ease.",
"sideEffects": false,
"keywords": [
"termii",
"termii sdk typescript",
"termii api",
"sms api",
"sms gateway",
"otp verification",
"voice api",
"messaging",
"bulk sms",
"termii nodejs",
"node sdk",
"termii sms",
"termii otp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/davidbolaji/termii-node.git"
},
"homepage": "https://github.com/davidbolaji/termii-node#readme",
"bugs": {
"url": "https://github.com/davidbolaji/termii-node/issues"
},
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run build",
"test": "jest"
},
"dependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@types/jest": "*",
"jest": "*",
"ts-jest": "*",
"typescript": "*",
"rimraf": "^6.0.1"
}
}