UNPKG

justsend-sdk

Version:

TypeScript SDK for Justsend SMS Marketing API

49 lines (48 loc) 1.11 kB
{ "name": "justsend-sdk", "version": "1.0.1", "description": "TypeScript SDK for Justsend SMS Marketing API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build" }, "keywords": [ "justsend", "sms", "marketing", "api", "sdk", "typescript" ], "author": "Nik0di3m", "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.6.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Nik0di3m/justsend-sdk.git" }, "bugs": { "url": "https://github.com/Nik0di3m/justsend-sdk/issues" }, "homepage": "https://github.com/Nik0di3m/justsend-sdk#readme" }