UNPKG

termii-api-client

Version:

A TypeScript client for interacting with the Termii API.

60 lines 1.43 kB
{ "name": "termii-api-client", "version": "1.0.4", "description": "A TypeScript client for interacting with the Termii API.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": { "url": "https://github.com/Baribor/termii-api-client.git", "type": "git" }, "keywords": [ "termii", "api", "client", "typescript", "sms", "messaging", "otp" ], "author": "Baribor Saturday", "files": [ "dist", "README.md", "LICENSE" ], "license": "MIT", "bugs": { "url": "https://github.com/Baribor/termii-api-client.git/issues" }, "scripts": { "build": "tsup", "prepublishOnly": "npm run build", "test": "jest --coverage", "test:watch": "jest --watch", "lint": "eslint 'src/**/*.ts'", "format": "prettier --write 'src/**/*.ts'", "prepare": "husky || true" }, "homepage": "https://github.com/Baribor/termii-api-client.git#readme", "devDependencies": { "@eslint/js": "^9.9.1", "@types/jest": "^29.5.12", "@types/node": "^22.5.1", "axios-mock-adapter": "^2.0.0", "eslint": "^9.9.1", "globals": "^15.9.0", "husky": "^9.1.5", "jest": "^29.7.0", "pinst": "^3.0.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "tsup": "^8.2.4", "typescript": "^5.5.4", "typescript-eslint": "^8.3.0" }, "dependencies": { "axios": "^1.7.5" } }