mnotify-ts-sdk
Version:
Modern, zero-dependency TypeScript SDK for mNotify BMS API - Type-safe SMS, contacts, and account management with Railway-Oriented Programming
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "mnotify-ts-sdk",
"version": "2.2.0",
"description": "Modern, zero-dependency TypeScript SDK for mNotify BMS API - Type-safe SMS, contacts, and account management with Railway-Oriented Programming",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"keywords": [
"mnotify",
"africa",
"ghana",
"bms",
"sdk",
"api",
"sms",
"messaging",
"bulk-sms",
"typescript",
"zero-dependencies",
"contacts",
"templates"
],
"repository": {
"type": "git",
"url": "git+https://github.com/adjanour/mnotify-ts-sdk.git"
},
"author": "Adjanour adjanour@icloud.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"watch": "tsc",
"test:watch": "jest --watch",
"test": "jest",
"lint": "eslint src test --ext .ts",
"format": "prettier --write src test",
"prepublish": "npm run build",
"example:sms": "ts-node examples/sendSMS.ts",
"docs": "typedoc",
"docs:serve": "pnpm dlx serve docs"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@jest/types": "30.0.0-beta.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.10",
"eslint": "^9.39.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typedoc": "^0.28.16",
"typedoc-plugin-missing-exports": "^4.1.2",
"typedoc-plugin-zod": "^1.4.3",
"typescript": "^5.9.3"
}
}