UNPKG

@sorasys/orange-sms-gateway

Version:

A lightweight and intuitive Node.js package for integrating with the Orange SMS API.

45 lines (44 loc) 1.09 kB
{ "name": "@sorasys/orange-sms-gateway", "version": "1.0.0", "description": "A lightweight and intuitive Node.js package for integrating with the Orange SMS API.", "private": false, "keywords": [ "orange", "sms", "delivery", "gateway" ], "author": "Joël Gnansounou <gjoel.dev@gmail.com>", "main": "dist/index.js", "files": [ "dist" ], "type": "module", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js", "default": "./dist/index.cjs" } }, "license": "MIT", "scripts": { "build": "tsup", "lint": "tsc", "prettier:check": "prettier --check .", "prettier:format": "prettier --write .", "analyze": "attw --pack .", "debug": "npm run -s build && tsx debug/index.js", "release": "changeset version && changeset publish" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@changesets/cli": "^2.27.12", "@types/node": "^22.9.2", "prettier": "^3.3.3", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3" } }